summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2021-05-19 16:54:00 +0200
committerUlrich Müller <ulm@gentoo.org>2021-05-23 11:54:20 +0200
commite8a781295a5ea78570c5f186317a7cf4d5ae6758 (patch)
tree5c4a58a172a9bb3d6e0bcfe61f9a0169fa9b7a90
parentClarify that updates files are processed in no particular order (diff)
downloadpms-e8a781295a5ea78570c5f186317a7cf4d5ae6758.tar.gz
pms-e8a781295a5ea78570c5f186317a7cf4d5ae6758.tar.bz2
pms-e8a781295a5ea78570c5f186317a7cf4d5ae6758.zip
Recognise "test_network" as token in PROPERTIES
This was originally proposed as a RESTRICT token for EAPI 8, but implementing it retroactively in PROPERTIES (where it is optional from the spec's point of view) appears to be more feasible. Bug: https://bugs.gentoo.org/553696 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 fca8565..bbd286f 100644
--- a/ebuild-vars.tex
+++ b/ebuild-vars.tex
@@ -225,6 +225,8 @@ The following tokens are permitted inside \t{PROPERTIES}:
\item[interactive] The package may require interaction with the user via the tty.
\item[live] The package uses ``live'' source code that may vary each time that the package is
installed.
+\item[test_network] The package manager may run tests that require an internet connection, 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.