mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-python/pyside: respect MAKEOPTS jobs
Signed-off-by: Andrei Horodniceanu <a.horodniceanu@proton.me> Closes: https://github.com/gentoo/gentoo/pull/40980 Signed-off-by: Nowa Ammerlaan <nowa@gentoo.org>
This commit is contained in:
committed by
Nowa Ammerlaan
parent
a9fe01202d
commit
57f40710a5
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user