From a5f8113a2932f062d34de8e126412aa42ad8dfc0 Mon Sep 17 00:00:00 2001 From: Dan Armak Date: Fri, 28 Sep 2001 19:30:09 +0000 Subject: fixes --- eclass/inherit.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'eclass/inherit.eclass') 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() { -- cgit v1.2.3-65-gdbad