diff options
author | Zac Medico <zmedico@gentoo.org> | 2007-06-22 21:55:05 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2007-06-22 21:55:05 +0000 |
commit | f2beaa1b01fbfc9ad8eea94df22ca92947446d01 (patch) | |
tree | 55fc43889cc00373a7b38bbe8b4ba946db8c5d79 | |
parent | edd342b27c31929d5f7e92f1ac305e6152d70377 (diff) | |
download | portage-f2beaa1b01fbfc9ad8eea94df22ca92947446d01.tar.gz portage-f2beaa1b01fbfc9ad8eea94df22ca92947446d01.tar.bz2 portage-f2beaa1b01fbfc9ad8eea94df22ca92947446d01.zip |
Document RESTRICT=bindist and add a note about allowance for conditional syntax.
svn path=/main/trunk/; revision=6954
-rw-r--r-- | man/ebuild.5 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/man/ebuild.5 b/man/ebuild.5 index 006204387..8d31045d1 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 confcache Prevent econf from using confcache. .TP |