From b9d49177116c5f5e490f64a02c66042dc46c2abc Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Sun, 2 Dec 2007 20:56:31 +0000 Subject: Fix useq() so that it won't generate a bogus IUSE QA Notice if called during the "depend" phase with a flag that uses IUSE defaults. (trunk r8805) svn path=/main/branches/2.1.2/; revision=8806 --- bin/ebuild.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bin/ebuild.sh b/bin/ebuild.sh index 2f015d3a6..f4de63b15 100755 --- a/bin/ebuild.sh +++ b/bin/ebuild.sh @@ -139,6 +139,8 @@ useq() { # Make sure we have this USE flag in IUSE if ! hasq "${u}" ${IUSE} ${E_IUSE} && \ + ! hasq "+${u}" ${IUSE} ${E_IUSE} && \ + ! hasq "-${u}" ${IUSE} ${E_IUSE} && \ ! hasq "${u}" ${PORTAGE_ARCHLIST} selinux && \ [[ ${u} != arch_* ]] && \ [[ ${u} != elibc_* ]] && \ -- cgit v1.2.3-1-g7c22