From: Arfrever Frehtes Taifersar Arahesis Date: Thu, 22 Dec 2011 23:56:37 +0000 (+0100) Subject: Fix description of QA_FLAGS_IGNORED. X-Git-Tag: v2.2.0_alpha82~3 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=1abc862c0998de0994a75484cb915daff26cfc65;p=portage.git Fix description of QA_FLAGS_IGNORED. --- 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.