commit:     57f40710a56a8be87ab2071a61dfa0d3e75eec83
Author:     Andrei Horodniceanu <a.horodniceanu <AT> proton <DOT> me>
AuthorDate: Sun Mar  9 11:05:34 2025 +0000
Commit:     Nowa Ammerlaan <nowa <AT> gentoo <DOT> org>
CommitDate: Sun Mar  9 17:14:04 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57f40710

dev-python/pyside: respect MAKEOPTS jobs

Signed-off-by: Andrei Horodniceanu <a.horodniceanu <AT> proton.me>
Closes: https://github.com/gentoo/gentoo/pull/40980
Signed-off-by: Nowa Ammerlaan <nowa <AT> gentoo.org>

 dev-python/pyside/pyside-6.8.2-r1.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-python/pyside/pyside-6.8.2-r1.ebuild 
b/dev-python/pyside/pyside-6.8.2-r1.ebuild
index 871cec23dd0f..c565fb32f91b 100644
--- a/dev-python/pyside/pyside-6.8.2-r1.ebuild
+++ b/dev-python/pyside/pyside-6.8.2-r1.ebuild
@@ -8,7 +8,7 @@ LLVM_COMPAT=( {16..19} )
 DISTUTILS_USE_PEP517=setuptools
 DISTUTILS_EXT=1
 
-inherit distutils-r1 llvm-r1 qmake-utils virtualx
+inherit distutils-r1 llvm-r1 multiprocessing qmake-utils virtualx
 
 MY_PN=pyside-pyside-setup
 MY_P=${MY_PN}-${PV}
@@ -330,6 +330,7 @@ python_configure_all() {
                --qt=$(ver_cut 1-3)
                --qtpaths=$(qt6_get_bindir)/qtpaths
                --verbose-build
+               --parallel=$(makeopts_jobs)
                $(usex debug "--debug" "--relwithdebinfo")
                $(usex doc "--build-docs" "--skip-docs")
                $(usex numpy "--enable-numpy-support" "--disable-numpy-support")

Reply via email to