summaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2007-06-22 23:21:00 +0000
committerZac Medico <zmedico@gentoo.org>2007-06-22 23:21:00 +0000
commit8e074705115908deec094527f4c60a4c31941827 (patch)
treeadf69e281a404d855e8f55782b128e28d1fe6ee8 /man
parentc022fd0154ee1d5cc68dfe8769371797f9a89e5c (diff)
downloadportage-8e074705115908deec094527f4c60a4c31941827.tar.gz
portage-8e074705115908deec094527f4c60a4c31941827.tar.bz2
portage-8e074705115908deec094527f4c60a4c31941827.zip
Document RESTRICT=bindist and add a note about allowance for conditional syntax. (trunk r6954)
svn path=/main/branches/2.1.2/; revision=6957
Diffstat (limited to 'man')
-rw-r--r--man/ebuild.54
1 files changed, 4 insertions, 0 deletions
diff --git a/man/ebuild.5 b/man/ebuild.5
index 786167d35..db9f1c8bf 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
@@ -330,6 +331,9 @@ example, can safely be skipped since they have no binaries). If the binary
checks need to be skipped for other reasons (such as proprietary binaries),
see the \fBQA CONTROL VARIABLES\fR section for more specific exemptions.
.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