summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-02-21 16:45:01 +0100
committerUlrich Müller <ulm@gentoo.org>2024-03-03 18:29:40 +0100
commit1a669f3ce2ac6b6cf4c96be16dfea0b5621a938d (patch)
tree7803fbab2386675bf1b8e4748a39fb557b1ddcd1
parentebuild-env-vars.tex: EBUILD_PHASE{,_FUNC} are valid only in phases (diff)
downloadpms-1a669f3ce2ac6b6cf4c96be16dfea0b5621a938d.tar.gz
pms-1a669f3ce2ac6b6cf4c96be16dfea0b5621a938d.tar.bz2
pms-1a669f3ce2ac6b6cf4c96be16dfea0b5621a938d.zip
ebuild-vars.tex: Add "test_privileged" to valid "PROPERTIES"
Add "test_privileged" to the values of "PROPERTIES", as introduced in Portage commit 997058a825a340813532bef77a34425cf4a88eb2 (to be included in 3.0.62). This is akin to "test_network", used to indicate that the test suite needs superuser privileges. Bug: https://bugs.gentoo.org/924585 Signed-off-by: Michał Górny <mgorny@gentoo.org> Signed-off-by: Ulrich Müller <ulm@gentoo.org>
-rw-r--r--ebuild-vars.tex2
1 files changed, 2 insertions, 0 deletions
diff --git a/ebuild-vars.tex b/ebuild-vars.tex
index 5f3f583..79fa96f 100644
--- a/ebuild-vars.tex
+++ b/ebuild-vars.tex
@@ -239,6 +239,8 @@ The following tokens are permitted inside \t{PROPERTIES}:
installed.
\item[test_network] The package manager may run tests that require an internet connection, even if
the ebuild has \t{RESTRICT=test}.
+\item[test_privileged] The package manager may run tests that require superuser privileges, even
+ if the ebuild has \t{RESTRICT=test}.
\end{description}
Package managers may recognise other tokens. Ebuilds may not rely upon any token being supported.