From: Zac Medico Date: Thu, 2 Dec 2010 22:02:36 +0000 (-0800) Subject: fix QA_EXECSTACK spelling for QA_PREBUILT X-Git-Tag: v2.2.0_alpha7~14 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=fb318d753312539efb06fabbade6caa6afaf36a4;p=portage.git fix QA_EXECSTACK spelling for QA_PREBUILT Thanks to Sébastien Fabbro for reporting in bug #346847. --- diff --git a/bin/ebuild.sh b/bin/ebuild.sh index c6bb57e6e..04330262e 100755 --- 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_EXECSTACK+=" $QA_PREBUILT" QA_TEXTRELS+=" $QA_PREBUILT" QA_WX_LOAD+=" $QA_PREBUILT"