projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4e3c0bb
)
Fix breakage from previous commit.
author
Zac Medico
<zmedico@gentoo.org>
Mon, 15 Mar 2010 01:53:41 +0000
(
01:53
-0000)
committer
Zac Medico
<zmedico@gentoo.org>
Mon, 15 Mar 2010 01:53:41 +0000
(
01:53
-0000)
svn path=/main/trunk/; revision=15830
bin/ebuild.sh
patch
|
blob
|
history
diff --git
a/bin/ebuild.sh
b/bin/ebuild.sh
index 1e9f7dc3f9895f151d81de4ed0c2a6a541767a3f..9c888c51c295b79ff53424875a691eb910e20c95 100755
(executable)
--- a/
bin/ebuild.sh
+++ b/
bin/ebuild.sh
@@
-141,6
+141,7
@@
useq() {
#if [[ -n $EAPI ]] && ! hasq "$EAPI" 0 1 2 3 ; then
# die "use() called during invalid phase: $EBUILD_PHASE"
#fi
+ true
# Make sure we have this USE flag in IUSE
elif [[ -n $PORTAGE_IUSE && -n $EBUILD_PHASE ]] ; then