summaryrefslogtreecommitdiffstats
path: root/man/ebuild.5
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2011-12-22 15:42:06 -0800
committerZac Medico <zmedico@gentoo.org>2011-12-22 15:42:06 -0800
commitbbe1a2f0a2e4f6f611db015b17d81d6b8083e36c (patch)
tree879f5160f6b42d07badd26a56eafaeb87566bcc6 /man/ebuild.5
parente20df85cf8579aaa9cf07d59efc453d5837a7598 (diff)
downloadportage-bbe1a2f0a2e4f6f611db015b17d81d6b8083e36c.tar.gz
portage-bbe1a2f0a2e4f6f611db015b17d81d6b8083e36c.tar.bz2
portage-bbe1a2f0a2e4f6f611db015b17d81d6b8083e36c.zip
Share variables for CFLAGS and LDFLAGS checks.
The rationale is that any exceptions to either of these checks will probably apply to both checks. So, QA_CFLAGS_IGNORED and QA_DT_HASH are merged into QA_FLAGS_IGNORED, and QA_STRICT_CFLAGS_IGNORED and QA_STRICT_DT_HASH are merged into QA_STRICT_FLAGS_IGNORED.
Diffstat (limited to 'man/ebuild.5')
-rw-r--r--man/ebuild.511
1 files changed, 6 insertions, 5 deletions
diff --git a/man/ebuild.5 b/man/ebuild.5
index 4f2f3a80c..afa273117 100644
--- a/man/ebuild.5
+++ b/man/ebuild.5
@@ -602,19 +602,20 @@ This should contain a list of file paths, relative to the image directory, of
files that contain writable and executable segments. These are rare.
The paths may contain fnmatch patterns.
.TP
-\fBQA_CFLAGS_IGNORED\fR
+\fBQA_FLAGS_IGNORED\fR
This should contain a list of file paths, relative to the image directory, of
-files that do not contain .GCC.command.line sections. The paths may contain
-regular expressions with escape\-quoted special characters.
+files that do not contain .hash or .GCC.command.line sections. The paths may
+contain regular expressions with escape\-quoted special characters.
.br
This variable is intended to be used on files of binary packages which ignore
-CFLAGS, CXXFLAGS, FFLAGS, and FCFLAGS variables.
+CFLAGS, CXXFLAGS, FFLAGS, FCFLAGS, and LDFLAGS variables.
.TP
.TP
\fBQA_DT_HASH\fR
This should contain a list of file paths, relative to the image directory, of
files that contain .hash sections. The paths may contain regular expressions
-with escape\-quoted special characters.
+with escape\-quoted special characters. This variable is deprecated. Use
+\fBQA_FLAGS_IGNORED\f instead.
.br
This variable is intended to be used on files of binary packages which ignore
LDFLAGS variable.