Fix breakage from previous commit.
authorZac Medico <zmedico@gentoo.org>
Mon, 15 Mar 2010 01:53:41 +0000 (01:53 -0000)
committerZac Medico <zmedico@gentoo.org>
Mon, 15 Mar 2010 01:53:41 +0000 (01:53 -0000)
svn path=/main/trunk/; revision=15830

bin/ebuild.sh

index 1e9f7dc3f9895f151d81de4ed0c2a6a541767a3f..9c888c51c295b79ff53424875a691eb910e20c95 100755 (executable)
@@ -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