From 2f06bb4a367f8443f573273551df9010a14e5e36 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Wed, 1 Jan 2020 15:51:18 +0100 Subject: dev-python/pypy-exe: Remove dead USE=sandbox MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/704376 Signed-off-by: Michał Górny --- dev-python/pypy-exe/metadata.xml | 1 - dev-python/pypy-exe/pypy-exe-7.3.0.ebuild | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/dev-python/pypy-exe/metadata.xml b/dev-python/pypy-exe/metadata.xml index 89f86a0b2bea..cf6720905ca5 100644 --- a/dev-python/pypy-exe/metadata.xml +++ b/dev-python/pypy-exe/metadata.xml @@ -9,7 +9,6 @@ Build using PyPy with the engine configured towards low memory footprint. This makes it possible to build PyPy using ~3.5G of RAM on amd64 and ~half of that on x86, at the cost of lengthened build time. - Enable sandboxing functionality pypy/pypy diff --git a/dev-python/pypy-exe/pypy-exe-7.3.0.ebuild b/dev-python/pypy-exe/pypy-exe-7.3.0.ebuild index cc4207c6f893..c8701c10e59c 100644 --- a/dev-python/pypy-exe/pypy-exe-7.3.0.ebuild +++ b/dev-python/pypy-exe/pypy-exe-7.3.0.ebuild @@ -15,7 +15,7 @@ S="${WORKDIR}/${MY_P}-src" LICENSE="MIT" SLOT="${PV}" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE="bzip2 +jit low-memory ncurses sandbox cpu_flags_x86_sse2" +IUSE="bzip2 +jit low-memory ncurses cpu_flags_x86_sse2" RDEPEND=">=sys-libs/zlib-1.1.3:0= virtual/libffi:0= @@ -108,7 +108,6 @@ src_configure() { local args=( --no-shared $(usex jit -Ojit -O2) - $(usex sandbox --sandbox '') ${jit_backend} -- cgit v1.2.3-65-gdbad