Gentoo Archives: gentoo-commits

From: Arfrever Frehtes Taifersar Arahesis <arfrever@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/portage:master commit in: man/
Date: Thu, 22 Dec 2011 23:57:44
Message-Id: 1abc862c0998de0994a75484cb915daff26cfc65.arfrever@gentoo
1 commit: 1abc862c0998de0994a75484cb915daff26cfc65
2 Author: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Gentoo <DOT> Org>
3 AuthorDate: Thu Dec 22 23:56:37 2011 +0000
4 Commit: Arfrever Frehtes Taifersar Arahesis <arfrever <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 22 23:56:37 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=1abc862c
7
8 Fix description of QA_FLAGS_IGNORED.
9
10 ---
11 man/ebuild.5 | 4 ++--
12 1 files changed, 2 insertions(+), 2 deletions(-)
13
14 diff --git a/man/ebuild.5 b/man/ebuild.5
15 index afa2731..2394da5 100644
16 --- a/man/ebuild.5
17 +++ b/man/ebuild.5
18 @@ -604,8 +604,8 @@ The paths may contain fnmatch patterns.
19 .TP
20 \fBQA_FLAGS_IGNORED\fR
21 This should contain a list of file paths, relative to the image directory, of
22 -files that do not contain .hash or .GCC.command.line sections. The paths may
23 -contain regular expressions with escape\-quoted special characters.
24 +files that do not contain .GCC.command.line sections or contain .hash sections.
25 +The paths may contain regular expressions with escape\-quoted special characters.
26 .br
27 This variable is intended to be used on files of binary packages which ignore
28 CFLAGS, CXXFLAGS, FFLAGS, FCFLAGS, and LDFLAGS variables.