From: Michał Górny Date: Wed, 7 Sep 2016 16:45:52 +0000 (+0200) Subject: dev-python/pypy-bin: Adjust subslot to match ABI ver on 5.4.0 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=f75b5389409713f012bf1be18ff9323c93fc1774;p=gentoo.git dev-python/pypy-bin: Adjust subslot to match ABI ver on 5.4.0 --- diff --git a/dev-python/pypy-bin/pypy-bin-5.4.0.ebuild b/dev-python/pypy-bin/pypy-bin-5.4.0-r1.ebuild similarity index 98% rename from dev-python/pypy-bin/pypy-bin-5.4.0.ebuild rename to dev-python/pypy-bin/pypy-bin-5.4.0-r1.ebuild index 88876b655435..1d51a843fee0 100644 --- a/dev-python/pypy-bin/pypy-bin-5.4.0.ebuild +++ b/dev-python/pypy-bin/pypy-bin-5.4.0-r1.ebuild @@ -50,7 +50,8 @@ REQUIRED_USE="!jit? ( !shadowstack ) x86? ( !cpu_flags_x86_sse2? ( !jit !shadowstack ) )" 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" IUSE="doc gdbm +jit +shadowstack sqlite cpu_flags_x86_sse2 test tk"