Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/cmake/
Date: Sun, 01 May 2022 07:30:46
Message-Id: 1651390229.3df0a1b833ca6995c00cb27f7deba60c614d7a6a.mgorny@gentoo
1 commit: 3df0a1b833ca6995c00cb27f7deba60c614d7a6a
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 28 10:39:33 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun May 1 07:30:29 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3df0a1b8
7
8 dev-util/cmake: Prepare for makeopts_jobs default inf change
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-util/cmake/cmake-3.22.2.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-util/cmake/cmake-3.22.2.ebuild b/dev-util/cmake/cmake-3.22.2.ebuild
16 index e13d8a8d6880..4f6802639a27 100644
17 --- a/dev-util/cmake/cmake-3.22.2.ebuild
18 +++ b/dev-util/cmake/cmake-3.22.2.ebuild
19 @@ -117,7 +117,7 @@ cmake_src_test() {
20 # RunCMake.{IncompatibleQt,ObsoleteQtMacros}: Require Qt4
21 # TestUpload: requires network access
22 "${BUILD_DIR}"/bin/ctest \
23 - -j "$(makeopts_jobs)" \
24 + -j "$(makeopts_jobs "${MAKEOPTS}" 999)" \
25 --test-load "$(makeopts_loadavg)" \
26 ${ctestargs} \
27 -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)" \