Gentoo Archives: gentoo-commits

From: Mike Frysinger <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/portage:master commit in: man/
Date: Fri, 29 Jun 2012 20:41:40
Message-Id: 1341002477.04ceb27d0813a3cd3df3451aba07007deff704fb.vapier@gentoo
1 commit: 04ceb27d0813a3cd3df3451aba07007deff704fb
2 Author: Mike Frysinger <vapier <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jun 29 20:41:17 2012 +0000
4 Commit: Mike Frysinger <vapier <AT> gentoo <DOT> org>
5 CommitDate: Fri Jun 29 20:41:17 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=04ceb27d
7
8 ebuild(5): add missing bold around EAPI {3,4} mention
9
10 Signed-off-by: Mike Frysinger <vapier <AT> gentoo.org>
11
12 ---
13 man/ebuild.5 | 6 +++---
14 1 files changed, 3 insertions(+), 3 deletions(-)
15
16 diff --git a/man/ebuild.5 b/man/ebuild.5
17 index 56f3606..8ed8136 100644
18 --- a/man/ebuild.5
19 +++ b/man/ebuild.5
20 @@ -468,9 +468,9 @@ will use that to consider the dependency satisfied.
21 .TP
22 \fBRDEPEND\fR
23 This should contain a list of all packages that are required for this
24 -program to run (aka runtime depend). If this is not set in \fBEAPI\fR
25 -3 or earlier, then it defaults to the value of \fBDEPEND\fR. In
26 -EAPI 4 or later, \fBRDEPEND\fR will never be implicitly set.
27 +program to run (aka runtime depend). If this is not set in \fBEAPI 3\fR
28 +or earlier, then it defaults to the value of \fBDEPEND\fR. In
29 +\fBEAPI 4\fR or later, \fBRDEPEND\fR will never be implicitly set.
30 .br
31 You may use the same syntax to vary dependencies as seen above in \fBDEPEND\fR.
32 .TP