Gentoo Archives: gentoo-commits

From: Zac Medico <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/portage:master commit in: bin/
Date: Fri, 23 Dec 2011 00:27:20
Message-Id: 3bbbe6b190079e943bbfda598f9dd0d45661c0e0.zmedico@gentoo
1 commit: 3bbbe6b190079e943bbfda598f9dd0d45661c0e0
2 Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
3 AuthorDate: Fri Dec 23 00:26:56 2011 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Fri Dec 23 00:26:56 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=3bbbe6b1
7
8 QA_FLAGS_IGNORED: include QA_PREBUILT
9
10 Also, QA_DT_HASH doesn't need to include QA_PREBUILT anymore, since
11 it's merged with QA_FLAGS_IGNORED.
12
13 ---
14 bin/ebuild.sh | 2 +-
15 1 files changed, 1 insertions(+), 1 deletions(-)
16
17 diff --git a/bin/ebuild.sh b/bin/ebuild.sh
18 index 63c246a..a4ac81b 100755
19 --- a/bin/ebuild.sh
20 +++ b/bin/ebuild.sh
21 @@ -603,7 +603,7 @@ if ! has "$EBUILD_PHASE" clean cleanrm ; then
22
23 # these ones support regular expressions, so translate
24 # fnmatch patterns to regular expressions
25 - for x in QA_DT_HASH QA_DT_NEEDED QA_PRESTRIPPED QA_SONAME ; do
26 + for x in QA_DT_NEEDED QA_FLAGS_IGNORED QA_PRESTRIPPED QA_SONAME ; do
27 if [[ $(declare -p $x 2>/dev/null) = declare\ -a* ]] ; then
28 eval "$x=(\"\${$x[@]}\" ${QA_PREBUILT//\*/.*})"
29 else