summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'bin/ebuild.sh')
-rwxr-xr-xbin/ebuild.sh7
1 files changed, 1 insertions, 6 deletions
diff --git a/bin/ebuild.sh b/bin/ebuild.sh
index 02587d9c..65154143 100755
--- a/bin/ebuild.sh
+++ b/bin/ebuild.sh
@@ -142,12 +142,7 @@ useq() {
fi
# Make sure we have this USE flag in IUSE
- if [[ -n ${PORTAGE_IUSE} ]] && \
- [[ -n ${EBUILD_PHASE} ]] && \
- ! hasq ${EBUILD_PHASE} config depend info prerm postrm postinst && \
- [[ ${EMERGE_FROM} != binary ]] ; then
- # TODO: Implement PORTAGE_IUSE for binary packages. Currently,
- # it is only valid for build time phases.
+ if [[ -n $PORTAGE_IUSE && -n $EBUILD_PHASE ]] ; then
[[ $u =~ $PORTAGE_IUSE ]] || \
eqawarn "QA Notice: USE Flag '${u}' not" \
"in IUSE for ${CATEGORY}/${PF}"