commit: 3ae6ebd39a107f93ff70efac8e346a8b60bb1251
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 27 17:53:53 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Jan 27 17:56:11 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ae6ebd3
dev-python/pypy3: Remove compileall hack
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pypy3/pypy3-7.3.8_rc1.ebuild | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/dev-python/pypy3/pypy3-7.3.8_rc1.ebuild
b/dev-python/pypy3/pypy3-7.3.8_rc1.ebuild
index 1314b8be5053..a08c44184921 100644
--- a/dev-python/pypy3/pypy3-7.3.8_rc1.ebuild
+++ b/dev-python/pypy3/pypy3-7.3.8_rc1.ebuild
@@ -176,9 +176,7 @@ src_install() {
python_domodule epython.py
einfo "Byte-compiling Python standard library..."
- # TODO: parallel compileall hangs sometimes
- # https://foss.heptapod.net/pypy/pypy/-/issues/3650
- MAKEOPTS=-j1 python_optimize "${ED}${dest}"
+ python_optimize "${ED}${dest}"
# remove to avoid collisions
rm "${PYTHON}" || die