Gentoo Archives: gentoo-commits

From: "Fabian Groffen (grobian)" <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] portage r14152 - main/branches/prefix/bin
Date: Mon, 24 Aug 2009 10:16:51
Message-Id: E1MfWbY-0005KZ-RK@stork.gentoo.org
1 Author: grobian
2 Date: 2009-08-24 10:16:48 +0000 (Mon, 24 Aug 2009)
3 New Revision: 14152
4
5 Modified:
6 main/branches/prefix/bin/ebuild.sh
7 Log:
8 Merged from trunk -r14140:14151
9
10 | 14151 | make sure we can deal with arches like x86-fbsd, like is |
11 | grobian | done in bin/ebuild-helpers/prepstrip |
12
13
14 Modified: main/branches/prefix/bin/ebuild.sh
15 ===================================================================
16 --- main/branches/prefix/bin/ebuild.sh 2009-08-24 10:15:54 UTC (rev 14151)
17 +++ main/branches/prefix/bin/ebuild.sh 2009-08-24 10:16:48 UTC (rev 14152)
18 @@ -1862,7 +1862,7 @@
19
20 # This needs to be exported since prepstrip is a separate shell script.
21 [[ -n $QA_PRESTRIPPED ]] && export QA_PRESTRIPPED
22 - eval "[[ -n \$QA_PRESTRIPPED_$ARCH ]] && export QA_PRESTRIPPED_$ARCH"
23 + eval "[[ -n \$QA_PRESTRIPPED_${ARCH/-/_} ]] && export QA_PRESTRIPPED_${ARCH/-/_}"
24 }
25
26 if ! hasq "$EBUILD_PHASE" clean cleanrm ; then