aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2023-04-05 20:40:53 +0200
committerUlrich Müller <ulm@gentoo.org>2023-04-07 08:28:04 +0200
commit95839090ab5796d4e64f87db91703f41c61ffd9d (patch)
treead3e109bb4ac814bd745eecb82f212e24bdf58d0
parentNEWS: Update for prepinfo change (diff)
downloadportage-95839090ab5796d4e64f87db91703f41c61ffd9d.tar.gz
portage-95839090ab5796d4e64f87db91703f41c61ffd9d.tar.bz2
portage-95839090ab5796d4e64f87db91703f41c61ffd9d.zip
ebuild.5: Drop list of tokens for RESTRICT and PROPERTIES
These would either be incomplete for RESTRICT or become very long. In any case, tokens are listed below. Signed-off-by: Ulrich Müller <ulm@gentoo.org>
-rw-r--r--man/ebuild.56
1 files changed, 3 insertions, 3 deletions
diff --git a/man/ebuild.5 b/man/ebuild.5
index e52779d2e..e871846e4 100644
--- a/man/ebuild.5
+++ b/man/ebuild.5
@@ -1,4 +1,4 @@
-.TH "EBUILD" "5" "July 2022" "Portage VERSION" "Portage"
+.TH "EBUILD" "5" "Apr 2023" "Portage VERSION" "Portage"
.SH "NAME"
ebuild \- the internal format, variables, and functions in an ebuild script
@@ -738,7 +738,7 @@ Must enable exactly one but not more (exclusive or) ^^ ( flag1 flag2 flag3 )
May enable at most one (EAPI 5 or later) ?? ( flag1 flag2 flag3 )
.TE
.TP
-.B RESTRICT\fR = \fI[strip,mirror,fetch,userpriv]
+.B RESTRICT
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
@@ -792,7 +792,7 @@ Disables userpriv for specific packages.
.RE
.PD 1
.TP
-.B PROPERTIES\fR = \fI[interactive,live]
+.B PROPERTIES
A space delimited list of properties, with conditional syntax support.
.PD 0
.RS