summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Armak <danarmak@gentoo.org>2001-09-28 19:30:09 +0000
committerDan Armak <danarmak@gentoo.org>2001-09-28 19:30:09 +0000
commitc3b97f1fd44f5e46fce23fd5a81c102b887748bc (patch)
tree4a1e867d355c9ec908e630508d8606a66bdaa6e0 /eclass/inherit.eclass
parentInitial version of eclasses. :-) (diff)
downloadgentoo-2-c3b97f1fd44f5e46fce23fd5a81c102b887748bc.tar.gz
gentoo-2-c3b97f1fd44f5e46fce23fd5a81c102b887748bc.tar.bz2
gentoo-2-c3b97f1fd44f5e46fce23fd5a81c102b887748bc.zip
fixes
Diffstat (limited to 'eclass/inherit.eclass')
-rw-r--r--eclass/inherit.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/inherit.eclass b/eclass/inherit.eclass
index 5f323b8a40fd..d74f18af8aed 100644
--- a/eclass/inherit.eclass
+++ b/eclass/inherit.eclass
@@ -1,9 +1,9 @@
-# $Header: /var/cvsroot/gentoo-x86/eclass/inherit.eclass,v 1.1 2001/09/28 19:25:33 danarmak Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/inherit.eclass,v 1.2 2001/09/28 19:30:09 danarmak Exp $
# This eclass provides the inherit() function. In the future it will be placed in ebuild.sh, but for now drobbins
# doesn't want to make a new portage just for my testing, so every eclass/ebuild will source this file manually and
# then inherit(). This way whn the tmie comes for this to move into stable ebuild.sh, we can just delete the source lines.
-ECLASSDIR=${PORTDIR}/eclass
+ECLASSDIR=/usr/portage/eclass
inherit() {