commit:     62f0eea1054b7db5a761b03957c57e53ee2b070a
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon May  9 23:36:51 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon May  9 23:36:51 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62f0eea1

dev-lang/python: add -j1 in install to 3.11.0_beta1

Not doing it just for PGO as I don't know if it's exclusive to that,
or just more likely there.

Obviously just a temporary thing.

Bug: https://bugs.gentoo.org/843458
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-lang/python/python-3.11.0_beta1-r1.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-lang/python/python-3.11.0_beta1-r1.ebuild 
b/dev-lang/python/python-3.11.0_beta1-r1.ebuild
index b26c9312a617..1afeef7be7a4 100644
--- a/dev-lang/python/python-3.11.0_beta1-r1.ebuild
+++ b/dev-lang/python/python-3.11.0_beta1-r1.ebuild
@@ -329,7 +329,8 @@ src_test() {
 src_install() {
        local libdir=${ED}/usr/lib/python${PYVER}
 
-       emake DESTDIR="${D}" altinstall
+       # -j1 hack for now for bug #843458
+       emake -j1 DESTDIR="${D}" altinstall
 
        # Fix collisions between different slots of Python.
        rm "${ED}/usr/$(get_libdir)/libpython3.so" || die

Reply via email to