aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2010-08-10 22:13:48 -0700
committerZac Medico <zmedico@gentoo.org>2010-08-10 22:13:48 -0700
commit2fe8c1c1aecc38079321cbe8bcdc75da31dbacc8 (patch)
treebf050ddf935524221e00aa24046ddb030fca2dc0 /man/ebuild.5
parentAdd REQUIRED_USE docs from Brian Harring's GLEP draft. (diff)
downloadportage-2fe8c1c1aecc38079321cbe8bcdc75da31dbacc8.tar.gz
portage-2fe8c1c1aecc38079321cbe8bcdc75da31dbacc8.tar.bz2
portage-2fe8c1c1aecc38079321cbe8bcdc75da31dbacc8.zip
Add not about RDEPEND not being implicitly set in EAPI 4 or later.
Diffstat (limited to 'man/ebuild.5')
-rw-r--r--man/ebuild.55
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