commit: 3df0a1b833ca6995c00cb27f7deba60c614d7a6a
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 28 10:39:33 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun May 1 07:30:29 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3df0a1b8
dev-util/cmake: Prepare for makeopts_jobs default inf change
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-util/cmake/cmake-3.22.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-util/cmake/cmake-3.22.2.ebuild
b/dev-util/cmake/cmake-3.22.2.ebuild
index e13d8a8d6880..4f6802639a27 100644
--- a/dev-util/cmake/cmake-3.22.2.ebuild
+++ b/dev-util/cmake/cmake-3.22.2.ebuild
@@ -117,7 +117,7 @@ cmake_src_test() {
# RunCMake.{IncompatibleQt,ObsoleteQtMacros}: Require Qt4
# TestUpload: requires network access
"${BUILD_DIR}"/bin/ctest \
- -j "$(makeopts_jobs)" \
+ -j "$(makeopts_jobs "${MAKEOPTS}" 999)" \
--test-load "$(makeopts_loadavg)" \
${ctestargs} \
-E
"(BootstrapTest|BundleUtilities|ConfigSources|CMakeOnly.AllFindModules|CPackComponentsDEB-components-depend2|CompileOptions|CTest.UpdateCVS|DependencyGraph|Fortran|RunCMake.CompilerLauncher|RunCMake.IncompatibleQt|RunCMake.ObsoleteQtMacros|RunCMake.PrecompileHeaders|RunCMake.CPack_(DEB|RPM)|TestUpload)"
\