From 3bbbe6b190079e943bbfda598f9dd0d45661c0e0 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Thu, 22 Dec 2011 16:26:56 -0800 Subject: 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. --- bin/ebuild.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3-1-g7c22