diff options
-rw-r--r-- | ebuild-vars.tex | 2 |
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. |