From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 59A16139694 for ; Tue, 25 Apr 2017 21:49:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EE97821C092; Tue, 25 Apr 2017 21:49:48 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C40A321C092 for ; Tue, 25 Apr 2017 21:49:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 49FAC34167D for ; Tue, 25 Apr 2017 21:49:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9C7787446 for ; Tue, 25 Apr 2017 21:49:33 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1493156955.78ea28971e736a6cfae5626a631819b0aeb6f3b8.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pypy3/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pypy3/pypy3-9999.ebuild X-VCS-Directories: dev-python/pypy3/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 78ea28971e736a6cfae5626a631819b0aeb6f3b8 X-VCS-Branch: master Date: Tue, 25 Apr 2017 21:49:33 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: b4a199dd-881c-49da-a675-bf8b55524d41 X-Archives-Hash: 039f3b759041bcb6e17bef7046cce5e1 commit: 78ea28971e736a6cfae5626a631819b0aeb6f3b8 Author: Michał Górny gentoo org> AuthorDate: Mon Apr 24 20:13:08 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Apr 25 21:49:15 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78ea2897 dev-python/pypy3: Upstream deprecated asmgc, and defaults to shadowstack dev-python/pypy3/pypy3-9999.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dev-python/pypy3/pypy3-9999.ebuild b/dev-python/pypy3/pypy3-9999.ebuild index 8c0e93878b2..315b209ae38 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}