projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f314216
)
fix QA_EXECSTACK spelling for QA_PREBUILT
author
Zac Medico
<zmedico@gentoo.org>
Thu, 2 Dec 2010 22:02:36 +0000
(14:02 -0800)
committer
Zac Medico
<zmedico@gentoo.org>
Thu, 2 Dec 2010 22:02:36 +0000
(14:02 -0800)
Thanks to Sébastien Fabbro <bicatali@gentoo.org> for reporting in
bug #346847.
bin/ebuild.sh
patch
|
blob
|
history
diff --git
a/bin/ebuild.sh
b/bin/ebuild.sh
index c6bb57e6ee62fb99ef03a70826dd7694fc686c85..04330262ef8f50aac3debc3153c146fa04e03290 100755
(executable)
--- a/
bin/ebuild.sh
+++ b/
bin/ebuild.sh
@@
-2064,7
+2064,7
@@
if ! hasq "$EBUILD_PHASE" clean cleanrm ; then
if [[ -n $QA_PREBUILT ]] ; then
# these ones support fnmatch patterns
- QA_EXECSTAC+=" $QA_PREBUILT"
+ QA_EXECSTAC
K
+=" $QA_PREBUILT"
QA_TEXTRELS+=" $QA_PREBUILT"
QA_WX_LOAD+=" $QA_PREBUILT"