Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/pms:eapi-6 commit in: /
Date: Thu, 02 Apr 2015 16:10:54
Message-Id: 1425761037.4055e2091ab22d34b45790462513bbaf3d70a1bf.ulm@gentoo
1 commit: 4055e2091ab22d34b45790462513bbaf3d70a1bf
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Mar 7 20:43:57 2015 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Sat Mar 7 20:43:57 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/pms.git/commit/?id=4055e209
7
8 Drop RESTRICT=sandbox.
9
10 RESTRICT=sandbox is neither used in the tree nor supported by Portage.
11 Drop it retroactively for all EAPIs, bug 161045.
12
13 The spec still says that "package managers may recognise other tokens"
14 so package managers are free to support the feature.
15
16 dependencies.tex | 1 -
17 1 file changed, 1 deletion(-)
18
19 diff --git a/dependencies.tex b/dependencies.tex
20 index b5cfcfa..cf7f33e 100644
21 --- a/dependencies.tex
22 +++ b/dependencies.tex
23 @@ -370,7 +370,6 @@ The following tokens are permitted inside \t{RESTRICT}:
24 \item[strip] No stripping of debug symbols from files to be installed may be performed.
25 \item[userpriv] The package manager may not drop root privileges when building the package.
26 \item[test] The \t{src\_test} phase must not be run.
27 -\item[sandbox] The \t{sandbox} tool must not be used when building the package.
28 \end{description}
29
30 Package managers may recognise other tokens, but ebuilds may not rely upon them being supported.