summaryrefslogtreecommitdiffstats
path: root/bin/ebuild.sh
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2007-11-26 02:52:47 +0000
committerZac Medico <zmedico@gentoo.org>2007-11-26 02:52:47 +0000
commit17e63702901aaceccbea6b3b676aedfffc02265d (patch)
tree0e48ea84fe927c9de51dd3bfe93d54d405788f73 /bin/ebuild.sh
parentb0ceea3d6b8426f2ee0553ab87093841900135a7 (diff)
downloadportage-17e63702901aaceccbea6b3b676aedfffc02265d.tar.gz
portage-17e63702901aaceccbea6b3b676aedfffc02265d.tar.bz2
portage-17e63702901aaceccbea6b3b676aedfffc02265d.zip
unset ECLASS along with the other variables from inherit(). (trunk r8674)
svn path=/main/branches/2.1.2/; revision=8675
Diffstat (limited to 'bin/ebuild.sh')
-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.