commit: 6d94b5a893830908abad783756b1b51a2953e973 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Wed Sep 7 16:47:23 2016 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Wed Sep 7 17:10:55 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d94b5a8
virtual/pypy: Adjust subslot to match ABI ver on 5.4.0 virtual/pypy/{pypy-5.4.0.ebuild => pypy-5.4.0-r1.ebuild} | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/virtual/pypy/pypy-5.4.0.ebuild b/virtual/pypy/pypy-5.4.0-r1.ebuild similarity index 85% rename from virtual/pypy/pypy-5.4.0.ebuild rename to virtual/pypy/pypy-5.4.0-r1.ebuild index 2f5d8d2..c750a44 100644 --- a/virtual/pypy/pypy-5.4.0.ebuild +++ b/virtual/pypy/pypy-5.4.0-r1.ebuild @@ -11,7 +11,8 @@ HOMEPAGE="" SRC_URI="" LICENSE="" -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 gdbm ncurses sqlite tk"