From f75b5389409713f012bf1be18ff9323c93fc1774 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Wed, 7 Sep 2016 18:45:52 +0200 Subject: [PATCH] dev-python/pypy-bin: Adjust subslot to match ABI ver on 5.4.0 --- .../{pypy-bin-5.4.0.ebuild => pypy-bin-5.4.0-r1.ebuild} | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) rename dev-python/pypy-bin/{pypy-bin-5.4.0.ebuild => pypy-bin-5.4.0-r1.ebuild} (98%) 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" -- 2.26.2