diff options
author | Michał Górny <mgorny@gentoo.org> | 2016-09-07 18:43:25 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2016-09-07 19:10:52 +0200 |
commit | 0e52d71f5623f3ed262977a8aa961814acaaf967 (patch) | |
tree | b882262e84f3ece2e3e54c4a33657accaa93235c /dev-python/pypy | |
parent | x11-terms/xfce4-terminal: Bump to 0.6.92 (diff) | |
download | gentoo-0e52d71f5623f3ed262977a8aa961814acaaf967.tar.gz gentoo-0e52d71f5623f3ed262977a8aa961814acaaf967.tar.bz2 gentoo-0e52d71f5623f3ed262977a8aa961814acaaf967.zip |
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.
Diffstat (limited to 'dev-python/pypy')
-rw-r--r-- | dev-python/pypy/pypy-5.4.0-r1.ebuild (renamed from dev-python/pypy/pypy-5.4.0.ebuild) | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-python/pypy/pypy-5.4.0.ebuild b/dev-python/pypy/pypy-5.4.0-r1.ebuild index d7a4f0ab1f43..027653200ede 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" |