Gentoo Archives: gentoo-pms

From: Ulrich Mueller <ulm@g.o>
To: gentoo-pms@l.g.o
Subject: [gentoo-pms] [PATCH] Drop RESTRICT=sandbox.
Date: Sat, 07 Mar 2015 20:59:38
Message-Id: 21755.26293.892525.838454@a1i15.kph.uni-mainz.de
1 From: =?UTF-8?q?Ulrich=20M=C3=BCller?= <ulm@g.o>
2 Date: Sat, 7 Mar 2015 21:43:57 +0100
3
4 RESTRICT=sandbox is neither used in the tree nor supported by Portage.
5 Drop it retroactively for all EAPIs, bug 161045.
6
7 The spec still says that "package managers may recognise other tokens"
8 so package managers are free to support the feature.
9 ---
10 dependencies.tex | 1 -
11 1 file changed, 1 deletion(-)
12
13 diff --git a/dependencies.tex b/dependencies.tex
14 index b5cfcfa..cf7f33e 100644
15 --- a/dependencies.tex
16 +++ b/dependencies.tex
17 @@ -370,7 +370,6 @@ The following tokens are permitted inside \t{RESTRICT}:
18 \item[strip] No stripping of debug symbols from files to be installed may be performed.
19 \item[userpriv] The package manager may not drop root privileges when building the package.
20 \item[test] The \t{src\_test} phase must not be run.
21 -\item[sandbox] The \t{sandbox} tool must not be used when building the package.
22 \end{description}
23
24 Package managers may recognise other tokens, but ebuilds may not rely upon them being supported.
25 --
26 2.3.1

Replies

Subject Author
[gentoo-pms] Re: [PATCH] Drop RESTRICT=sandbox. Ulrich Mueller <ulm@g.o>