QA_FLAGS_IGNORED: include QA_PREBUILT
authorZac Medico <zmedico@gentoo.org>
Fri, 23 Dec 2011 00:26:56 +0000 (16:26 -0800)
committerZac Medico <zmedico@gentoo.org>
Fri, 23 Dec 2011 00:26:56 +0000 (16:26 -0800)
Also, QA_DT_HASH doesn't need to include QA_PREBUILT anymore, since
it's merged with QA_FLAGS_IGNORED.

bin/ebuild.sh

index 63c246a89d396935aeb5a58e93262d7c39a7f58f..a4ac81bca2826aa360f03ff68e8da549a8169863 100755 (executable)
@@ -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