Gentoo Archives: gentoo-portage-dev

From: Dennis Schridde <devurandom@×××.net>
To: gentoo-portage-dev@l.g.o
Cc: Dennis Schridde <devurandom@×××.net>
Subject: [gentoo-portage-dev] [PATCH 2/5] Fix referencens to Dependencies section of ebuild(5)
Date: Mon, 24 Sep 2012 00:04:24
Message-Id: 1348439140-28207-3-git-send-email-devurandom@gmx.net
In Reply to: [gentoo-portage-dev] Please review: manpage-cleanup by Dennis Schridde
1 ---
2 man/ebuild.5 | 6 +++---
3 1 file changed, 3 insertions(+), 3 deletions(-)
4
5 diff --git a/man/ebuild.5 b/man/ebuild.5
6 index 6fca6d4..f3d364e 100644
7 --- a/man/ebuild.5
8 +++ b/man/ebuild.5
9 @@ -544,7 +544,7 @@ override them.
10 .TP
11 .B DEPEND
12 This should contain a list of all packages that are required for the
13 -program to compile as described in \fBDEPENDENCIES\fR.
14 +program to compile as described in \fBDependencies\fR.
15 .TP
16 .B RDEPEND
17 This should contain a list of all packages that are required for this
18 @@ -552,13 +552,13 @@ program to run (aka runtime depend). If this is not set in \fBEAPI 3\fR
19 or earlier, then it defaults to the value of \fBDEPEND\fR. In
20 \fBEAPI 4\fR or later, \fBRDEPEND\fR will never be implicitly set.
21
22 -You may use the same syntax to vary dependencies as seen above in \fBDEPENDENCIES\fR.
23 +You may use the same syntax to vary dependencies as seen above in \fBDependencies\fR.
24 .TP
25 .B PDEPEND
26 This should contain a list of all packages that should be merged after this one,
27 but may be merged before if need be.
28
29 -You may use the same syntax to vary dependencies as seen above in \fBDEPENDENCIES\fR.
30 +You may use the same syntax to vary dependencies as seen above in \fBDependencies\fR.
31 .TP
32 .B REQUIRED_USE
33 Beginning with \fBEAPI 4\fR, the \fBREQUIRED_USE\fR variable can be
34 --
35 1.7.12