Gentoo Archives: gentoo-commits

From: Zac Medico <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/portage:master commit in: man/, bin/
Date: Wed, 21 Dec 2011 20:08:11
Message-Id: f8c9c0075097c5457a9c69315bce4ea898924451.zmedico@gentoo
1 commit: f8c9c0075097c5457a9c69315bce4ea898924451
2 Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
3 AuthorDate: Wed Dec 21 20:07:37 2011 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 21 20:07:37 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=f8c9c007
7
8 s/QA_STRICT_DT_SWITCHES/QA_STRICT_CFLAGS_IGNORED/
9
10 ---
11 bin/misc-functions.sh | 2 +-
12 man/make.conf.5 | 2 +-
13 2 files changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/bin/misc-functions.sh b/bin/misc-functions.sh
16 index 4a1a223..4cba51a 100755
17 --- a/bin/misc-functions.sh
18 +++ b/bin/misc-functions.sh
19 @@ -316,7 +316,7 @@ install_qa_check() {
20 f=$(scanelf -qyRF '%k %p' -k \!.GCC.command.line "${ED}" | sed -e "s:\!.GCC.command.line ::")
21 if [[ -n ${f} ]] ; then
22 echo "${f}" > "${T}"/scanelf-ignored-CFLAGS.log
23 - if [ "${QA_STRICT_DT_SWITCHES-unset}" == unset ] ; then
24 + if [ "${QA_STRICT_CFLAGS_IGNORED-unset}" == unset ] ; then
25 if [[ ${#QA_CFLAGS_IGNORED[@]} -gt 1 ]] ; then
26 for x in "${QA_CFLAGS_IGNORED[@]}" ; do
27 sed -e "s#^${x#/}\$##" -i "${T}"/scanelf-ignored-CFLAGS.log
28
29 diff --git a/man/make.conf.5 b/man/make.conf.5
30 index 86b4d4b..eff180e 100644
31 --- a/man/make.conf.5
32 +++ b/man/make.conf.5
33 @@ -814,7 +814,7 @@ settings from ebuilds. See also \fBebuild\fR(5).
34 Set this to cause portage to ignore any \fIQA_TEXTREL\fR override
35 settings from ebuilds. See also \fBebuild\fR(5).
36 .TP
37 -\fBQA_STRICT_DT_SWITCHES = \fI"set"\fR
38 +\fBQA_STRICT_CFLAGS_IGNORED = \fI"set"\fR
39 Set this to cause portage to ignore any \fIQA_CFLAGS_IGNORED\fR override
40 settings from ebuilds. See also \fBebuild\fR(5).
41 .TP