Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pypy-exe/
Date: Wed, 01 Jan 2020 16:04:23
Message-Id: 1577894649.2f06bb4a367f8443f573273551df9010a14e5e36.mgorny@gentoo
1 commit: 2f06bb4a367f8443f573273551df9010a14e5e36
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 1 14:51:18 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 1 16:04:09 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f06bb4a
7
8 dev-python/pypy-exe: Remove dead USE=sandbox
9
10 Closes: https://bugs.gentoo.org/704376
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 dev-python/pypy-exe/metadata.xml | 1 -
14 dev-python/pypy-exe/pypy-exe-7.3.0.ebuild | 3 +--
15 2 files changed, 1 insertion(+), 3 deletions(-)
16
17 diff --git a/dev-python/pypy-exe/metadata.xml b/dev-python/pypy-exe/metadata.xml
18 index 89f86a0b2be..cf6720905ca 100644
19 --- a/dev-python/pypy-exe/metadata.xml
20 +++ b/dev-python/pypy-exe/metadata.xml
21 @@ -9,7 +9,6 @@
22 <flag name="low-memory">Build using PyPy with the engine configured towards low memory footprint.
23 This makes it possible to build PyPy using ~3.5G of RAM on amd64 and ~half of that on x86,
24 at the cost of lengthened build time.</flag>
25 - <flag name="sandbox">Enable sandboxing functionality</flag>
26 </use>
27 <upstream>
28 <remote-id type="bitbucket">pypy/pypy</remote-id>
29
30 diff --git a/dev-python/pypy-exe/pypy-exe-7.3.0.ebuild b/dev-python/pypy-exe/pypy-exe-7.3.0.ebuild
31 index cc4207c6f89..c8701c10e59 100644
32 --- a/dev-python/pypy-exe/pypy-exe-7.3.0.ebuild
33 +++ b/dev-python/pypy-exe/pypy-exe-7.3.0.ebuild
34 @@ -15,7 +15,7 @@ S="${WORKDIR}/${MY_P}-src"
35 LICENSE="MIT"
36 SLOT="${PV}"
37 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
38 -IUSE="bzip2 +jit low-memory ncurses sandbox cpu_flags_x86_sse2"
39 +IUSE="bzip2 +jit low-memory ncurses cpu_flags_x86_sse2"
40
41 RDEPEND=">=sys-libs/zlib-1.1.3:0=
42 virtual/libffi:0=
43 @@ -108,7 +108,6 @@ src_configure() {
44 local args=(
45 --no-shared
46 $(usex jit -Ojit -O2)
47 - $(usex sandbox --sandbox '')
48
49 ${jit_backend}