From: Zac Medico Date: Wed, 11 Aug 2010 05:13:48 +0000 (-0700) Subject: Add not about RDEPEND not being implicitly set in EAPI 4 or later. X-Git-Tag: v2.2_rc68~331 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=2fe8c1c1aecc38079321cbe8bcdc75da31dbacc8;p=portage.git Add not about RDEPEND not being implicitly set in EAPI 4 or later. --- diff --git a/man/ebuild.5 b/man/ebuild.5 index 94f49d700..1fcc383ee 100644 --- a/man/ebuild.5 +++ b/man/ebuild.5 @@ -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