projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b0ceea3
)
unset ECLASS along with the other variables from inherit(). (trunk r8674)
author
Zac Medico
<zmedico@gentoo.org>
Mon, 26 Nov 2007 02:52:47 +0000
(
02:52
-0000)
committer
Zac Medico
<zmedico@gentoo.org>
Mon, 26 Nov 2007 02:52:47 +0000
(
02:52
-0000)
svn path=/main/branches/2.1.2/; revision=8675
bin/ebuild.sh
patch
|
blob
|
history
diff --git
a/bin/ebuild.sh
b/bin/ebuild.sh
index c3209f88644a56c05ce9968e62eba3caa7a542e5..efe71d664edc768f35fbf5a3c0e40e704ba6404e 100755
(executable)
--- 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 E
CLASS E
_IUSE E_DEPEND E_RDEPEND E_PDEPEND
if [ "${EBUILD_PHASE}" != "depend" ] ; then
# Make IUSE defaults backward compatible with all the old shell code.