Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/pms:master commit in: /
Date: Thu, 27 May 2021 16:43:39
Message-Id: 1621763660.e8a781295a5ea78570c5f186317a7cf4d5ae6758.ulm@gentoo
1 commit: e8a781295a5ea78570c5f186317a7cf4d5ae6758
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 19 14:54:00 2021 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Sun May 23 09:54:20 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/pms.git/commit/?id=e8a78129
7
8 Recognise "test_network" as token in PROPERTIES
9
10 This was originally proposed as a RESTRICT token for EAPI 8, but
11 implementing it retroactively in PROPERTIES (where it is optional
12 from the spec's point of view) appears to be more feasible.
13
14 Bug: https://bugs.gentoo.org/553696
15 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
16
17 ebuild-vars.tex | 2 ++
18 1 file changed, 2 insertions(+)
19
20 diff --git a/ebuild-vars.tex b/ebuild-vars.tex
21 index fca8565..bbd286f 100644
22 --- a/ebuild-vars.tex
23 +++ b/ebuild-vars.tex
24 @@ -225,6 +225,8 @@ The following tokens are permitted inside \t{PROPERTIES}:
25 \item[interactive] The package may require interaction with the user via the tty.
26 \item[live] The package uses ``live'' source code that may vary each time that the package is
27 installed.
28 +\item[test_network] The package manager may run tests that require an internet connection, even if
29 + the ebuild has \t{RESTRICT=test}.
30 \end{description}
31
32 Package managers may recognise other tokens. Ebuilds may not rely upon any token being supported.