diff options
author | 2010-03-15 01:53:41 +0000 | |
---|---|---|
committer | 2010-03-15 01:53:41 +0000 | |
commit | 2dae84b73e752432ce40c64319ba3b660c64bbac (patch) | |
tree | e8d5364bccd1b009cd71707d53fe6cc501922822 /bin | |
parent | Add a TODO note about adding a registration interface for eclasses to register (diff) | |
download | portage-idfetch-2dae84b73e752432ce40c64319ba3b660c64bbac.tar.gz portage-idfetch-2dae84b73e752432ce40c64319ba3b660c64bbac.tar.bz2 portage-idfetch-2dae84b73e752432ce40c64319ba3b660c64bbac.zip |
Fix breakage from previous commit.
svn path=/main/trunk/; revision=15830
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/ebuild.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/ebuild.sh b/bin/ebuild.sh index 1e9f7dc3..9c888c51 100755 --- 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 |