Add not about RDEPEND not being implicitly set in EAPI 4 or later.
authorZac Medico <zmedico@gentoo.org>
Wed, 11 Aug 2010 05:13:48 +0000 (22:13 -0700)
committerZac Medico <zmedico@gentoo.org>
Wed, 11 Aug 2010 05:13:48 +0000 (22:13 -0700)
man/ebuild.5

index 94f49d7005de61de8a4a0c6e2ffbd38b0f020507..1fcc383ee26b7bfd27571b40c063481788a75040 100644 (file)
@@ -417,8 +417,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, then it
-defaults to the value of \fBDEPEND\fR.
+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.
 .br
 You may use the same syntax to vary dependencies as seen above in \fBDEPEND\fR.
 .TP