Gentoo Archives: gentoo-pms

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

Attachments

File name MIME type
signature.asc application/pgp-signature