diff options
-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 1e9f7dc3f..9c888c51c 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 |