commit: 5791b9cbd71414497b34037c498bd42d5147f2b5
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 15 19:00:01 2019 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Dec 15 19:16:50 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5791b9cb
virtual/pypy3: Fix slot in 7.3.0_rc1
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
virtual/pypy3/pypy3-7.3.0_rc1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/virtual/pypy3/pypy3-7.3.0_rc1.ebuild
b/virtual/pypy3/pypy3-7.3.0_rc1.ebuild
index a67b9df6063..5ade1d6b178 100644
--- a/virtual/pypy3/pypy3-7.3.0_rc1.ebuild
+++ b/virtual/pypy3/pypy3-7.3.0_rc1.ebuild
@@ -5,7 +5,7 @@ EAPI=7
DESCRIPTION="A virtual for PyPy3 Python implementation"
# pypy3 -c 'import sysconfig; print(sysconfig.get_config_var("SOABI"))'
-SLOT="0/72-py36"
+SLOT="0/pypy36-pp73"
KEYWORDS=""
IUSE="bzip2 gdbm ncurses sqlite tk"