--- a/pplpy-0.8.10.ebuild 2024-03-29 03:11:51.894397235 +0800 +++ b/pplpy-0.8.10.ebuild 2024-03-29 20:22:29.871516127 +0800 @@ -40,6 +40,10 @@ use doc && build_sphinx docs/source } +python_compile() { + distutils-r1_python_compile -j1 +} + python_test(){ "${EPYTHON}" tests/runtests.py || die }