summaryrefslogtreecommitdiffstats
path: root/man/ebuild.5
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <Arfrever@Gentoo.Org>2011-12-23 00:56:37 +0100
committerArfrever Frehtes Taifersar Arahesis <Arfrever@Gentoo.Org>2011-12-23 00:56:37 +0100
commit1abc862c0998de0994a75484cb915daff26cfc65 (patch)
treecbf53fe5e7a85efd5b9301a0d3d9956c7169d7a5 /man/ebuild.5
parentbbe1a2f0a2e4f6f611db015b17d81d6b8083e36c (diff)
downloadportage-1abc862c0998de0994a75484cb915daff26cfc65.tar.gz
portage-1abc862c0998de0994a75484cb915daff26cfc65.tar.bz2
portage-1abc862c0998de0994a75484cb915daff26cfc65.zip
Fix description of QA_FLAGS_IGNORED.
Diffstat (limited to 'man/ebuild.5')
-rw-r--r--man/ebuild.54
1 files changed, 2 insertions, 2 deletions
diff --git a/man/ebuild.5 b/man/ebuild.5
index afa273117..2394da5e9 100644
--- a/man/ebuild.5
+++ b/man/ebuild.5
@@ -604,8 +604,8 @@ The paths may contain fnmatch patterns.
.TP
\fBQA_FLAGS_IGNORED\fR
This should contain a list of file paths, relative to the image directory, of
-files that do not contain .hash or .GCC.command.line sections. The paths may
-contain regular expressions with escape\-quoted special characters.
+files that do not contain .GCC.command.line sections or contain .hash 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, FCFLAGS, and LDFLAGS variables.