aboutsummaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-07-29 02:04:10 +0100
committerSam James <sam@gentoo.org>2023-04-07 10:52:29 +0100
commit3eb9a842af0ffe2e73678f8815196633952fb1b6 (patch)
tree5e9b51546e8b22a55428545cdbfb7a33d0c78331 /man
parentNEWS: mention sourcehut builds (diff)
downloadportage-3eb9a842af0ffe2e73678f8815196633952fb1b6.tar.gz
portage-3eb9a842af0ffe2e73678f8815196633952fb1b6.tar.bz2
portage-3eb9a842af0ffe2e73678f8815196633952fb1b6.zip
portage.5: document restrict-allowed, properties-allowed
Note that Portage doesn't really do anything with these right now AFAICT but it may in future (not planned though) decide to ignore non-acceptable tokens, etc. Bug: https://bugs.gentoo.org/861659 Closes: https://github.com/gentoo/portage/pull/874 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'man')
-rw-r--r--man/portage.510
1 files changed, 9 insertions, 1 deletions
diff --git a/man/portage.5 b/man/portage.5
index 1c28efa49..a1358e376 100644
--- a/man/portage.5
+++ b/man/portage.5
@@ -1,4 +1,4 @@
-.TH "PORTAGE" "5" "Nov 2022" "Portage VERSION" "Portage"
+.TH "PORTAGE" "5" "Apr 2023" "Portage VERSION" "Portage"
.SH NAME
portage \- the heart of Gentoo
.SH "DESCRIPTION"
@@ -1470,6 +1470,14 @@ listed toward the left of the list.
.BR repo\-name " = <value of profiles/repo_name>"
The name of this repository (overrides profiles/repo_name if it exists).
.TP
+.BR properties\-allowed
+List of PROPERTIES tokens which are allowed for ebuilds within
+the repo. If unset, any tokens is allowed.
+.TP
+.BR restrict\-allowed
+List of RESTRICT tokens which are allowed for ebuilds within
+the repo. If unset, any tokens is allowed.
+.TP
.BR sign\-commits " = [true|" false "]"
Boolean value whether we should sign commits in this repo.
.TP