summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--man/ebuild.54
1 files changed, 4 insertions, 0 deletions
diff --git a/man/ebuild.5 b/man/ebuild.5
index 006204387..26f851bb9 100644
--- a/man/ebuild.5
+++ b/man/ebuild.5
@@ -320,6 +320,7 @@ You may use the same syntax to vary dependencies as seen above in \fBDEPEND\fR.
.TP
\fBRESTRICT\fR = \fI[strip,mirror,fetch,userpriv]\fR
This should be a space delimited list of portage features to restrict.
+You may use conditional syntax to vary restrictions as seen above in DEPEND.
.PD 0
.RS
.TP
@@ -333,6 +334,9 @@ see the \fBQA CONTROL VARIABLES\fR section for more specific exemptions.
.I confcache
Prevent econf from using confcache.
.TP
+.I bindist
+Distribution of binary packages is restricted.
+.TP
.I fetch
like \fImirror\fR but the files will not be fetched via \fBSRC_URI\fR either.
.TP