commit: 7707a276de0daa805029c6126f91fe8414309a35
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 19 05:08:04 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Jun 19 05:08:04 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7707a276
dev-python/pypy3_10: Fix missing _testmultiphase module
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
.../pypy3_10/{pypy3_10-7.3.12.ebuild => pypy3_10-7.3.12-r1.ebuild} | 1 +
1 file changed, 1 insertion(+)
diff --git a/dev-python/pypy3_10/pypy3_10-7.3.12.ebuild
b/dev-python/pypy3_10/pypy3_10-7.3.12-r1.ebuild
similarity index 99%
rename from dev-python/pypy3_10/pypy3_10-7.3.12.ebuild
rename to dev-python/pypy3_10/pypy3_10-7.3.12-r1.ebuild
index 006c64a10402..c3cd1b2bb121 100644
--- a/dev-python/pypy3_10/pypy3_10-7.3.12.ebuild
+++ b/dev-python/pypy3_10/pypy3_10-7.3.12-r1.ebuild
@@ -123,6 +123,7 @@ src_compile() {
cffi_targets=(
pypy_util blake2/_blake2 sha3/_sha3 ssl
audioop syslog pwdgrp resource lzma posixshmem
+ testmultiphase
)
use gdbm && cffi_targets+=( gdbm )
use ncurses && cffi_targets+=( curses )