summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2017-04-24 18:31:39 +0200
committerMichał Górny <mgorny@gentoo.org>2017-04-25 23:49:09 +0200
commit1661f82d67f8de8de72632c3ae7ef92dd46b7635 (patch)
treeaefebb13a408f49d7baaa361860d41bd68e16395 /dev-python/pypy/pypy-9999.ebuild
parentdev-perl/Config-Crontab: Bump to version 1.450.0 re bug #615114 (diff)
downloadgentoo-1661f82d67f8de8de72632c3ae7ef92dd46b7635.tar.gz
gentoo-1661f82d67f8de8de72632c3ae7ef92dd46b7635.tar.bz2
gentoo-1661f82d67f8de8de72632c3ae7ef92dd46b7635.zip
dev-python/pypy: Upstream deprecated asmgc, and defaults to shadowstack
Diffstat (limited to 'dev-python/pypy/pypy-9999.ebuild')
-rw-r--r--dev-python/pypy/pypy-9999.ebuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-python/pypy/pypy-9999.ebuild b/dev-python/pypy/pypy-9999.ebuild
index 4afdf0d346fe..e3f07058ffb0 100644
--- a/dev-python/pypy/pypy-9999.ebuild
+++ b/dev-python/pypy/pypy-9999.ebuild
@@ -20,7 +20,7 @@ LICENSE="MIT"
# pypy -c 'import sysconfig; print sysconfig.get_config_var("SOABI")'
SLOT="0/41"
KEYWORDS=""
-IUSE="bzip2 doc gdbm +jit libressl low-memory ncurses sandbox +shadowstack sqlite cpu_flags_x86_sse2 test tk"
+IUSE="bzip2 doc gdbm +jit libressl low-memory ncurses sandbox sqlite cpu_flags_x86_sse2 test tk"
RDEPEND=">=sys-libs/zlib-1.1.3:0=
virtual/libffi:0=
@@ -137,7 +137,6 @@ src_configure() {
local args=(
--shared
$(usex jit -Ojit -O2)
- $(usex shadowstack --gcrootfinder=shadowstack '')
$(usex sandbox --sandbox '')
${jit_backend}