commit: 3eb9a842af0ffe2e73678f8815196633952fb1b6 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Fri Jul 29 01:04:10 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri Apr 7 09:52:29 2023 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=3eb9a842
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 <AT> gentoo.org> man/portage.5 | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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
