summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2015-03-07 21:43:57 +0100
committerUlrich Müller <ulm@gentoo.org>2015-03-07 21:43:57 +0100
commit4055e2091ab22d34b45790462513bbaf3d70a1bf (patch)
tree98376db0bba1452964ccb4c99f00e05c81e2aab1
parentWhitespace: Split some very long lines. (diff)
downloadpms-4055e2091ab22d34b45790462513bbaf3d70a1bf.tar.gz
pms-4055e2091ab22d34b45790462513bbaf3d70a1bf.tar.bz2
pms-4055e2091ab22d34b45790462513bbaf3d70a1bf.zip
Drop RESTRICT=sandbox.
RESTRICT=sandbox is neither used in the tree nor supported by Portage. Drop it retroactively for all EAPIs, bug 161045. The spec still says that "package managers may recognise other tokens" so package managers are free to support the feature.
-rw-r--r--dependencies.tex1
1 files changed, 0 insertions, 1 deletions
diff --git a/dependencies.tex b/dependencies.tex
index b5cfcfa..cf7f33e 100644
--- a/dependencies.tex
+++ b/dependencies.tex
@@ -370,7 +370,6 @@ The following tokens are permitted inside \t{RESTRICT}:
\item[strip] No stripping of debug symbols from files to be installed may be performed.
\item[userpriv] The package manager may not drop root privileges when building the package.
\item[test] The \t{src\_test} phase must not be run.
-\item[sandbox] The \t{sandbox} tool must not be used when building the package.
\end{description}
Package managers may recognise other tokens, but ebuilds may not rely upon them being supported.