diff options
author | 2016-09-07 18:47:23 +0200 | |
---|---|---|
committer | 2016-09-07 19:10:55 +0200 | |
commit | 6d94b5a893830908abad783756b1b51a2953e973 (patch) | |
tree | 0aa634155fae2ca06805f7ae355051ccb166d27b /virtual | |
parent | dev-python/pypy-bin: Adjust subslot to match ABI ver on 5.4.0 (diff) | |
download | gentoo-6d94b5a893830908abad783756b1b51a2953e973.tar.gz gentoo-6d94b5a893830908abad783756b1b51a2953e973.tar.bz2 gentoo-6d94b5a893830908abad783756b1b51a2953e973.zip |
virtual/pypy: Adjust subslot to match ABI ver on 5.4.0
Diffstat (limited to 'virtual')
-rw-r--r-- | virtual/pypy/pypy-5.4.0-r1.ebuild (renamed from virtual/pypy/pypy-5.4.0.ebuild) | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/virtual/pypy/pypy-5.4.0.ebuild b/virtual/pypy/pypy-5.4.0-r1.ebuild index 2f5d8d23ce8c..c750a448f8ff 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" |