ebuild(5): add missing bold around EAPI {3,4} mention
authorMike Frysinger <vapier@gentoo.org>
Fri, 29 Jun 2012 20:41:17 +0000 (16:41 -0400)
committerMike Frysinger <vapier@gentoo.org>
Fri, 29 Jun 2012 20:41:17 +0000 (16:41 -0400)
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
man/ebuild.5

index 56f3606746294138599527ecc6b7d1d68eeca9ad..8ed813683000968c330062f68f7f2c2f1e126f94 100644 (file)
@@ -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
-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