From: Zac Medico Date: Fri, 23 Dec 2011 00:26:56 +0000 (-0800) Subject: QA_FLAGS_IGNORED: include QA_PREBUILT X-Git-Tag: v2.2.0_alpha82~2 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=3bbbe6b190079e943bbfda598f9dd0d45661c0e0;p=portage.git QA_FLAGS_IGNORED: include QA_PREBUILT Also, QA_DT_HASH doesn't need to include QA_PREBUILT anymore, since it's merged with QA_FLAGS_IGNORED. --- diff --git a/bin/ebuild.sh b/bin/ebuild.sh index 63c246a89..a4ac81bca 100755 --- a/bin/ebuild.sh +++ b/bin/ebuild.sh @@ -603,7 +603,7 @@ if ! has "$EBUILD_PHASE" clean cleanrm ; then # these ones support regular expressions, so translate # fnmatch patterns to regular expressions - for x in QA_DT_HASH QA_DT_NEEDED QA_PRESTRIPPED QA_SONAME ; do + for x in QA_DT_NEEDED QA_FLAGS_IGNORED QA_PRESTRIPPED QA_SONAME ; do if [[ $(declare -p $x 2>/dev/null) = declare\ -a* ]] ; then eval "$x=(\"\${$x[@]}\" ${QA_PREBUILT//\*/.*})" else