summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Ludd <solar@gentoo.org>2006-05-24 16:11:57 +0000
committerNed Ludd <solar@gentoo.org>2006-05-24 16:11:57 +0000
commit3e147210722ae228ee59dd9ccba211a8b0c1be8c (patch)
tree49c9edb2b8e64fbe4cd45be68d0b1cd225475a63 /bin/misc-functions.sh
parent- final commit hopefully for QA_TEXTRELS etc. (diff)
downloadportage-multirepo-3e147210722ae228ee59dd9ccba211a8b0c1be8c.tar.gz
portage-multirepo-3e147210722ae228ee59dd9ccba211a8b0c1be8c.tar.bz2
portage-multirepo-3e147210722ae228ee59dd9ccba211a8b0c1be8c.zip
- More updates from Kevin Q bug 131779 ; document the stricter feature along with the QA_* handling
svn path=/main/trunk/; revision=3410
Diffstat (limited to 'bin/misc-functions.sh')
-rwxr-xr-xbin/misc-functions.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/misc-functions.sh b/bin/misc-functions.sh
index 4b545ab2..1a2f1b3f 100755
--- a/bin/misc-functions.sh
+++ b/bin/misc-functions.sh
@@ -133,7 +133,7 @@ install_qa_check() {
[[ -n ${QA_STRICT_EXECSTACK} ]] && QA_EXECSTACK=""
qa_var="QA_WX_LOAD_${ARCH}"
[[ -n ${!qa_var} ]] && QA_WX_LOAD=${!qa_var}
- [[ -n ${QA_STRICT_EXECSTACK} ]] && QA_WX_LOAD=""
+ [[ -n ${QA_STRICT_WX_LOAD} ]] && QA_WX_LOAD=""
export QA_EXECSTACK QA_WX_LOAD
f=$(scanelf -qyRF '"%e %p"' "${D}" | grep -v 'usr/lib/debug/')
;;