diff options
-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 |