diff options
author | Zac Medico <zmedico@gentoo.org> | 2007-11-26 02:52:09 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2007-11-26 02:52:09 +0000 |
commit | 907118f248fbe778d03a8c39636ce9826d6327b6 (patch) | |
tree | 1a9b832c37739fe43189f48476c1f6fd917cf221 | |
parent | c962d9335e7f784ee4161c0d0974bddbbb87940a (diff) | |
download | portage-907118f248fbe778d03a8c39636ce9826d6327b6.tar.gz portage-907118f248fbe778d03a8c39636ce9826d6327b6.tar.bz2 portage-907118f248fbe778d03a8c39636ce9826d6327b6.zip |
unset ECLASS along with the other variables from inherit().
svn path=/main/trunk/; revision=8674
-rwxr-xr-x | bin/ebuild.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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. |