summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-01-27 18:53:53 +0100
committerMichał Górny <mgorny@gentoo.org>2022-01-27 18:56:11 +0100
commit3ae6ebd39a107f93ff70efac8e346a8b60bb1251 (patch)
treeec0df1a52f9c605818f2a83588ba288ba29ba024
parentdev-lang/erlang: Version updated to 24.2.1. (diff)
downloadgentoo-3ae6ebd3.tar.gz
gentoo-3ae6ebd3.tar.bz2
gentoo-3ae6ebd3.zip
dev-python/pypy3: Remove compileall hack
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/pypy3/pypy3-7.3.8_rc1.ebuild4
1 files changed, 1 insertions, 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