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 1FF41138330 for ; Wed, 7 Sep 2016 17:11:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 18C8621C291; Wed, 7 Sep 2016 17:11:07 +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 6510821C293 for ; Wed, 7 Sep 2016 17:11:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0C003340806 for ; Wed, 7 Sep 2016 17:11:05 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D77B0247A for ; Wed, 7 Sep 2016 17:11:02 +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: <1473268252.0e52d71f5623f3ed262977a8aa961814acaaf967.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pypy/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pypy/pypy-5.4.0-r1.ebuild dev-python/pypy/pypy-5.4.0.ebuild X-VCS-Directories: dev-python/pypy/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 0e52d71f5623f3ed262977a8aa961814acaaf967 X-VCS-Branch: master Date: Wed, 7 Sep 2016 17:11:02 +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: f5e599d0-6ccf-4ec4-aada-73c3add731f3 X-Archives-Hash: 33d4ca4724a586c96a43dfb0516a773d commit: 0e52d71f5623f3ed262977a8aa961814acaaf967 Author: Michał Górny gentoo org> AuthorDate: Wed Sep 7 16:43:25 2016 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Sep 7 17:10:52 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e52d71f dev-python/pypy: Adjust subslot to match ABI ver on 5.4.0 Set subslot on pypy-5.4.0+ to match upstream ABI version, to avoid unnecessary rebuilds on ABI-compatible upgrades. I was planning to do this for quite some time but waited for next major bump to avoid needless rebuilds. Sadly, with each bump I forgot again. Therefore, let's do this in place while 5.4.0 is still fresh. dev-python/pypy/{pypy-5.4.0.ebuild => pypy-5.4.0-r1.ebuild} | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-python/pypy/pypy-5.4.0.ebuild b/dev-python/pypy/pypy-5.4.0-r1.ebuild similarity index 98% rename from dev-python/pypy/pypy-5.4.0.ebuild rename to dev-python/pypy/pypy-5.4.0-r1.ebuild index d7a4f0a..0276532 100644 --- a/dev-python/pypy/pypy-5.4.0.ebuild +++ b/dev-python/pypy/pypy-5.4.0-r1.ebuild @@ -16,7 +16,8 @@ SRC_URI="https://bitbucket.org/pypy/pypy/downloads/${MY_P}-src.tar.bz2 https://dev.gentoo.org/~djc/python-gentoo-patches-${CPY_PATCHSET_VERSION}.tar.xz" LICENSE="MIT" -SLOT="0/$(get_version_component_range 1-2 ${PV})" +# pypy -c 'import sysconfig; print sysconfig.get_config_var("SOABI")' +SLOT="0/41" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="bzip2 doc gdbm +jit libressl low-memory ncurses sandbox +shadowstack sqlite cpu_flags_x86_sse2 test tk"