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/pypy3/
Date: Tue, 25 Apr 2017 21:49:58
Message-Id: 1493156955.78ea28971e736a6cfae5626a631819b0aeb6f3b8.mgorny@gentoo
1 commit: 78ea28971e736a6cfae5626a631819b0aeb6f3b8
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Apr 24 20:13:08 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Apr 25 21:49:15 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78ea2897
7
8 dev-python/pypy3: Upstream deprecated asmgc, and defaults to shadowstack
9
10 dev-python/pypy3/pypy3-9999.ebuild | 3 +--
11 1 file changed, 1 insertion(+), 2 deletions(-)
12
13 diff --git a/dev-python/pypy3/pypy3-9999.ebuild b/dev-python/pypy3/pypy3-9999.ebuild
14 index 8c0e93878b2..315b209ae38 100644
15 --- a/dev-python/pypy3/pypy3-9999.ebuild
16 +++ b/dev-python/pypy3/pypy3-9999.ebuild
17 @@ -22,7 +22,7 @@ LICENSE="MIT"
18 # XX from pypy3-XX.so module suffix
19 SLOT="0/55"
20 KEYWORDS=""
21 -IUSE="bzip2 gdbm +jit libressl low-memory ncurses sandbox +shadowstack sqlite cpu_flags_x86_sse2 tk"
22 +IUSE="bzip2 gdbm +jit libressl low-memory ncurses sandbox sqlite cpu_flags_x86_sse2 tk"
23
24 RDEPEND=">=sys-libs/zlib-1.1.3:0=
25 virtual/libffi:0=
26 @@ -129,7 +129,6 @@ src_configure() {
27 local args=(
28 --shared
29 $(usex jit -Ojit -O2)
30 - $(usex shadowstack --gcrootfinder=shadowstack '')
31 $(usex sandbox --sandbox '')
32
33 ${jit_backend}