From: Zac Medico Date: Mon, 26 Nov 2007 02:52:09 +0000 (-0000) Subject: unset ECLASS along with the other variables from inherit(). X-Git-Tag: v2.2_pre1~315 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=907118f248fbe778d03a8c39636ce9826d6327b6;p=portage.git unset ECLASS along with the other variables from inherit(). svn path=/main/trunk/; revision=8674 --- 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.