diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2009-04-14 21:46:45 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2009-04-14 21:46:45 +0000 |
commit | 945a8306ba7e14fbba86e776b29700dc7e90bcfd (patch) | |
tree | 3ab45b5017ceedad7ced463276952c5b9fbdc501 /eclass/git.eclass | |
parent | Automated update of use.local.desc (diff) | |
download | gentoo-2-945a8306ba7e14fbba86e776b29700dc7e90bcfd.tar.gz gentoo-2-945a8306ba7e14fbba86e776b29700dc7e90bcfd.tar.bz2 gentoo-2-945a8306ba7e14fbba86e776b29700dc7e90bcfd.zip |
Remove sliped inherit base from the previous fixing breakage :[
Diffstat (limited to 'eclass/git.eclass')
-rw-r--r-- | eclass/git.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/git.eclass b/eclass/git.eclass index 35e3110644e3..cb93645760b6 100644 --- a/eclass/git.eclass +++ b/eclass/git.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/git.eclass,v 1.24 2009/04/13 15:35:58 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/git.eclass,v 1.25 2009/04/14 21:46:45 scarabeus Exp $ # @ECLASS: git.eclass # @MAINTAINER: @@ -14,7 +14,7 @@ # @THANKS TO: # Fernando J. Pereda <ferdy@gentoo.org> -inherit eutils base +inherit eutils EGIT="git.eclass" |