summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2012-06-29 16:41:17 -0400
committerMike Frysinger <vapier@gentoo.org>2012-06-29 16:41:17 -0400
commit04ceb27d0813a3cd3df3451aba07007deff704fb (patch)
tree2c065bfe8bfc4780c5bb5240f61d7c5a59e57bc9
parentegencache: prune empty cache directories (diff)
downloadportage-04ceb27d0813a3cd3df3451aba07007deff704fb.tar.gz
portage-04ceb27d0813a3cd3df3451aba07007deff704fb.tar.bz2
portage-04ceb27d0813a3cd3df3451aba07007deff704fb.zip
ebuild(5): add missing bold around EAPI {3,4} mention
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
-rw-r--r--man/ebuild.56
1 files changed, 3 insertions, 3 deletions
diff --git a/man/ebuild.5 b/man/ebuild.5
index 56f360674..8ed813683 100644
--- a/man/ebuild.5
+++ b/man/ebuild.5
@@ -468,9 +468,9 @@ will use that to consider the dependency satisfied.
.TP
\fBRDEPEND\fR
This should contain a list of all packages that are required for this
-program to run (aka runtime depend). If this is not set in \fBEAPI\fR
-3 or earlier, then it defaults to the value of \fBDEPEND\fR. In
-EAPI 4 or later, \fBRDEPEND\fR will never be implicitly set.
+program to run (aka runtime depend). If this is not set in \fBEAPI 3\fR
+or earlier, then it defaults to the value of \fBDEPEND\fR. In
+\fBEAPI 4\fR or later, \fBRDEPEND\fR will never be implicitly set.
.br
You may use the same syntax to vary dependencies as seen above in \fBDEPEND\fR.
.TP