summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-05-22 09:56:55 +0000
committerMike Frysinger <vapier@gentoo.org>2005-05-22 09:56:55 +0000
commited244384552526eece7a5fe03ad301917419289f (patch)
tree696db21db68b76a7e7699026cf1396aca4fd1d06
parentdocument the IMAGE variable (diff)
downloadportage-cvs-ed244384552526eece7a5fe03ad301917419289f.tar.gz
portage-cvs-ed244384552526eece7a5fe03ad301917419289f.tar.bz2
portage-cvs-ed244384552526eece7a5fe03ad301917419289f.zip
document primaryuri in RESTRICT
-rw-r--r--man/ebuild.521
1 files changed, 12 insertions, 9 deletions
diff --git a/man/ebuild.5 b/man/ebuild.5
index 6d4692b..7e92898 100644
--- a/man/ebuild.5
+++ b/man/ebuild.5
@@ -309,22 +309,25 @@ the program has been merged.
.br
You may use the same syntax to vary dependencies as seen above in \fBDEPEND\fR.
.TP
-\fBRESTRICT\fR = \fI[nostrip,nomirror,fetch,nouserpriv]\fR
+\fBRESTRICT\fR = \fI[fetch,mirror,nostrip,userpriv]\fR
This should be a space delimited list of portage features to restrict.
.PD 0
.RS
.TP
+.I fetch
+like \fInomirror\fR but the files will not be fetched via \fBSRC_URI\fR either.
+.TP
+.I mirror
+files in \fBSRC_URI\fR will not be downloaded from the \fBGENTOO_MIRRORS\fR.
+.TP
+.I primaryuri
+fetch from URL's in \fBSRC_URI\fR before \fBGENTOO_MIRRORS\fR.
+.TP
.I nostrip
final binaries/libraries will not be stripped of debug symbols.
.TP
-.I nouserpriv
+.I userpriv
Disables userpriv for specific packages.
-.TP
-.I nomirror
-files in \fBSRC_URI\fR will not be downloaded from the \fBGENTOO_MIRRORS\fR.
-.TP
-.I fetch
-like \fInomirror\fR but the files will not be fetched via \fBSRC_URI\fR either.
.RE
.PD 1
.TP
@@ -831,4 +834,4 @@ Nicholas Jones <carpaski@gentoo.org>
Mike Frysinger <vapier@gentoo.org>
.fi
.SH "CVS HEADER"
-$Header: /local/data/ulm/cvs/history/var/cvsroot/gentoo-src/portage/man/ebuild.5,v 1.73.2.7 2005/05/22 09:44:36 vapier Exp $
+$Header: /local/data/ulm/cvs/history/var/cvsroot/gentoo-src/portage/man/ebuild.5,v 1.73.2.8 2005/05/22 09:56:55 vapier Exp $