diff options
author | 2023-06-19 07:09:02 +0200 | |
---|---|---|
committer | 2023-06-19 07:09:02 +0200 | |
commit | 14639c02b58a0a960c9286a313a5258aedb5413a (patch) | |
tree | b3380e4bc83c048262f68065af32514e31b511bb /dev-python/pypy3_9 | |
parent | dev-python/pypy3_10: Fix missing _testmultiphase module (diff) | |
download | gentoo-14639c02b58a0a960c9286a313a5258aedb5413a.tar.gz gentoo-14639c02b58a0a960c9286a313a5258aedb5413a.tar.bz2 gentoo-14639c02b58a0a960c9286a313a5258aedb5413a.zip |
dev-python/pypy3_9: Fix missing _testmultiphase module
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pypy3_9')
-rw-r--r-- | dev-python/pypy3_9/pypy3_9-7.3.12-r1.ebuild (renamed from dev-python/pypy3_9/pypy3_9-7.3.12.ebuild) | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-python/pypy3_9/pypy3_9-7.3.12.ebuild b/dev-python/pypy3_9/pypy3_9-7.3.12-r1.ebuild index 6f73d957d6ea..1c6eec918ff3 100644 --- a/dev-python/pypy3_9/pypy3_9-7.3.12.ebuild +++ b/dev-python/pypy3_9/pypy3_9-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 ) |