commit:     f75b5389409713f012bf1be18ff9323c93fc1774
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Sep  7 16:45:52 2016 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Sep  7 17:10:54 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f75b5389

dev-python/pypy-bin: Adjust subslot to match ABI ver on 5.4.0

 .../pypy-bin/{pypy-bin-5.4.0.ebuild => pypy-bin-5.4.0-r1.ebuild}       | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

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 88876b6..1d51a84 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"
 

Reply via email to