summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2017-04-24 22:13:08 +0200
committerMichał Górny <mgorny@gentoo.org>2017-04-25 23:49:15 +0200
commit78ea28971e736a6cfae5626a631819b0aeb6f3b8 (patch)
treebb6b3c6b13c24589407739b75d4b6914bc0c53ab /dev-python
parentdev-python/pypy: Bump to 5.7.1 (based on cpy 2.7.13) (diff)
downloadgentoo-78ea28971e736a6cfae5626a631819b0aeb6f3b8.tar.gz
gentoo-78ea28971e736a6cfae5626a631819b0aeb6f3b8.tar.bz2
gentoo-78ea28971e736a6cfae5626a631819b0aeb6f3b8.zip
dev-python/pypy3: Upstream deprecated asmgc, and defaults to shadowstack
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/pypy3/pypy3-9999.ebuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-python/pypy3/pypy3-9999.ebuild b/dev-python/pypy3/pypy3-9999.ebuild
index 8c0e93878b20..315b209ae38c 100644
--- a/dev-python/pypy3/pypy3-9999.ebuild
+++ b/dev-python/pypy3/pypy3-9999.ebuild
@@ -22,7 +22,7 @@ LICENSE="MIT"
# XX from pypy3-XX.so module suffix
SLOT="0/55"
KEYWORDS=""
-IUSE="bzip2 gdbm +jit libressl low-memory ncurses sandbox +shadowstack sqlite cpu_flags_x86_sse2 tk"
+IUSE="bzip2 gdbm +jit libressl low-memory ncurses sandbox sqlite cpu_flags_x86_sse2 tk"
RDEPEND=">=sys-libs/zlib-1.1.3:0=
virtual/libffi:0=
@@ -129,7 +129,6 @@ src_configure() {
local args=(
--shared
$(usex jit -Ojit -O2)
- $(usex shadowstack --gcrootfinder=shadowstack '')
$(usex sandbox --sandbox '')
${jit_backend}