From 17e63702901aaceccbea6b3b676aedfffc02265d Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Mon, 26 Nov 2007 02:52:47 +0000 Subject: unset ECLASS along with the other variables from inherit(). (trunk r8674) svn path=/main/branches/2.1.2/; revision=8675 --- bin/ebuild.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/ebuild.sh') diff --git a/bin/ebuild.sh b/bin/ebuild.sh index c3209f886..efe71d664 100755 --- a/bin/ebuild.sh +++ b/bin/ebuild.sh @@ -1590,7 +1590,7 @@ else RDEPEND="${RDEPEND} ${E_RDEPEND}" PDEPEND="${PDEPEND} ${E_PDEPEND}" - unset E_IUSE E_DEPEND E_RDEPEND E_PDEPEND + unset ECLASS E_IUSE E_DEPEND E_RDEPEND E_PDEPEND if [ "${EBUILD_PHASE}" != "depend" ] ; then # Make IUSE defaults backward compatible with all the old shell code. -- cgit v1.2.3-1-g7c22