summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2007-11-26 02:52:09 +0000
committerZac Medico <zmedico@gentoo.org>2007-11-26 02:52:09 +0000
commit907118f248fbe778d03a8c39636ce9826d6327b6 (patch)
tree1a9b832c37739fe43189f48476c1f6fd917cf221 /bin
parentc962d9335e7f784ee4161c0d0974bddbbb87940a (diff)
downloadportage-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
Diffstat (limited to 'bin')
-rwxr-xr-xbin/ebuild.sh2
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.