summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2007-07-30 04:52:55 +0000
committerZac Medico <zmedico@gentoo.org>2007-07-30 04:52:55 +0000
commit2e94e2a4fe3879bea028154f2a2ba210058d185b (patch)
treede9005bb4d7f73c72ea4cfa13e5087705d203e5b
parentaefc782f00075875dc61900e39b3e39a4e6be707 (diff)
downloadportage-2e94e2a4fe3879bea028154f2a2ba210058d185b.tar.gz
portage-2e94e2a4fe3879bea028154f2a2ba210058d185b.tar.bz2
portage-2e94e2a4fe3879bea028154f2a2ba210058d185b.zip
Document RESTRICT=bindist and add a note about allowance for conditional syntax. (branches/2.1.2 r6957)
svn path=/main/branches/2.1.2.9/; revision=7480
-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