summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2011-12-21 12:07:37 -0800
committerZac Medico <zmedico@gentoo.org>2011-12-21 12:07:37 -0800
commitf8c9c0075097c5457a9c69315bce4ea898924451 (patch)
treef19c64a49fd0f3956ec3cd4d7683ec16150ddfb5
parenta164fd421a445bb12c1b2f127600d915cb4df057 (diff)
downloadportage-f8c9c0075097c5457a9c69315bce4ea898924451.tar.gz
portage-f8c9c0075097c5457a9c69315bce4ea898924451.tar.bz2
portage-f8c9c0075097c5457a9c69315bce4ea898924451.zip
s/QA_STRICT_DT_SWITCHES/QA_STRICT_CFLAGS_IGNORED/
-rwxr-xr-xbin/misc-functions.sh2
-rw-r--r--man/make.conf.52
2 files changed, 2 insertions, 2 deletions
diff --git a/bin/misc-functions.sh b/bin/misc-functions.sh
index 4a1a2235b..4cba51acc 100755
--- a/bin/misc-functions.sh
+++ b/bin/misc-functions.sh
@@ -316,7 +316,7 @@ install_qa_check() {
f=$(scanelf -qyRF '%k %p' -k \!.GCC.command.line "${ED}" | sed -e "s:\!.GCC.command.line ::")
if [[ -n ${f} ]] ; then
echo "${f}" > "${T}"/scanelf-ignored-CFLAGS.log
- if [ "${QA_STRICT_DT_SWITCHES-unset}" == unset ] ; then
+ if [ "${QA_STRICT_CFLAGS_IGNORED-unset}" == unset ] ; then
if [[ ${#QA_CFLAGS_IGNORED[@]} -gt 1 ]] ; then
for x in "${QA_CFLAGS_IGNORED[@]}" ; do
sed -e "s#^${x#/}\$##" -i "${T}"/scanelf-ignored-CFLAGS.log
diff --git a/man/make.conf.5 b/man/make.conf.5
index 86b4d4bae..eff180eb0 100644
--- a/man/make.conf.5
+++ b/man/make.conf.5
@@ -814,7 +814,7 @@ settings from ebuilds. See also \fBebuild\fR(5).
Set this to cause portage to ignore any \fIQA_TEXTREL\fR override
settings from ebuilds. See also \fBebuild\fR(5).
.TP
-\fBQA_STRICT_DT_SWITCHES = \fI"set"\fR
+\fBQA_STRICT_CFLAGS_IGNORED = \fI"set"\fR
Set this to cause portage to ignore any \fIQA_CFLAGS_IGNORED\fR override
settings from ebuilds. See also \fBebuild\fR(5).
.TP