Gentoo Archives: gentoo-pms

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-pms@l.g.o
Cc: "Ulrich Müller" <ulm@g.o>
Subject: [gentoo-pms] [PATCH] Recognise "test_network" as token in PROPERTIES
Date: Wed, 19 May 2021 14:59:35
Message-Id: 20210519145919.27788-1-ulm@gentoo.org
1 This was originally proposed as a RESTRICT token for EAPI 8, but
2 implementing it retroactively in PROPERTIES (where it is optional
3 from the spec's point of view) appears to be more feasible.
4
5 Bug: https://bugs.gentoo.org/553696
6 Signed-off-by: Ulrich Müller <ulm@g.o>
7 ---
8 ebuild-vars.tex | 2 ++
9 1 file changed, 2 insertions(+)
10
11 diff --git a/ebuild-vars.tex b/ebuild-vars.tex
12 index cd03882..64951ab 100644
13 --- a/ebuild-vars.tex
14 +++ b/ebuild-vars.tex
15 @@ -225,6 +225,8 @@ The following tokens are permitted inside \t{PROPERTIES}:
16 \item[interactive] The package may require interaction with the user via the tty.
17 \item[live] The package uses ``live'' source code that may vary each time that the package is
18 installed.
19 +\item[test_network] The package manager may run tests that require an internet connection, even if
20 + the ebuild has \t{RESTRICT=test}.
21 \end{description}
22
23 Package managers may recognise other tokens. Ebuilds may not rely upon any token being supported.
24 --
25 2.31.1

Replies