Gentoo Archives: gentoo-portage-dev

From: Mike Frysinger <vapier@g.o>
To: gentoo-portage-dev@l.g.o
Subject: [gentoo-portage-dev] [PATCH 2/2] portage(5): add more pointers to make.conf
Date: Tue, 15 Jan 2013 20:33:16
Message-Id: 1358282179-16522-2-git-send-email-vapier@gentoo.org
In Reply to: [gentoo-portage-dev] [PATCH 1/2] emerge: add reference to the portage(5) man page when failing by Mike Frysinger
1 Signed-off-by: Mike Frysinger <vapier@g.o>
2 ---
3 man/portage.5 | 6 ++++--
4 1 file changed, 4 insertions(+), 2 deletions(-)
5
6 diff --git a/man/portage.5 b/man/portage.5
7 index 39ccfb2..4f67233 100644
8 --- a/man/portage.5
9 +++ b/man/portage.5
10 @@ -684,7 +684,8 @@ sys\-libs/glibc glibc.conf
11
12 .TP
13 .BR package.license
14 -This will allow ACCEPT_LICENSE to be augmented for a single package.
15 +This will allow ACCEPT_LICENSE (see \fBmake.conf\fR(5)) to be augmented for a
16 +single package.
17
18 .I Format:
19 .nf
20 @@ -712,7 +713,8 @@ versions earlier than 1.0.4496. No problem!
21 .fi
22 .TP
23 .BR package.properties
24 -This will allow ACCEPT_PROPERTIES to be augmented for a single package.
25 +This will allow ACCEPT_PROPERTIES (see \fBmake.conf\fR(5)) to be augmented for a
26 +single package.
27
28 .I Format:
29 .nf
30 --
31 1.8.0.2

Replies