diff options
author | Zac Medico <zmedico@gentoo.org> | 2010-08-10 22:13:48 -0700 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2010-08-10 22:13:48 -0700 |
commit | 2fe8c1c1aecc38079321cbe8bcdc75da31dbacc8 (patch) | |
tree | bf050ddf935524221e00aa24046ddb030fca2dc0 | |
parent | 9458817150bb2d61476039629886f99529a3c47e (diff) | |
download | portage-2fe8c1c1aecc38079321cbe8bcdc75da31dbacc8.tar.gz portage-2fe8c1c1aecc38079321cbe8bcdc75da31dbacc8.tar.bz2 portage-2fe8c1c1aecc38079321cbe8bcdc75da31dbacc8.zip |
Add not about RDEPEND not being implicitly set in EAPI 4 or later.
-rw-r--r-- | man/ebuild.5 | 5 |
1 files changed, 3 insertions, 2 deletions
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 |