From 1a669f3ce2ac6b6cf4c96be16dfea0b5621a938d Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Wed, 21 Feb 2024 16:45:01 +0100 Subject: ebuild-vars.tex: Add "test_privileged" to valid "PROPERTIES" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Signed-off-by: Ulrich Müller --- ebuild-vars.tex | 2 ++ 1 file changed, 2 insertions(+) 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. -- cgit v1.2.3-65-gdbad