From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id F2BFF158091 for ; Sun, 1 May 2022 07:30:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 20914E0B19; Sun, 1 May 2022 07:30:46 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EF037E0B19 for ; Sun, 1 May 2022 07:30:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EEADC341748 for ; Sun, 1 May 2022 07:30:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 368D344F for ; Sun, 1 May 2022 07:30:42 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1651390229.3df0a1b833ca6995c00cb27f7deba60c614d7a6a.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/cmake/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/cmake/cmake-3.22.2.ebuild X-VCS-Directories: dev-util/cmake/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 3df0a1b833ca6995c00cb27f7deba60c614d7a6a X-VCS-Branch: master Date: Sun, 1 May 2022 07:30:42 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 8740ef67-8fd5-4f71-aef8-b5cd432e2748 X-Archives-Hash: 464c1e61f778227468d9e7de0fc2e9e5 commit: 3df0a1b833ca6995c00cb27f7deba60c614d7a6a Author: Michał Górny gentoo org> AuthorDate: Thu Apr 28 10:39:33 2022 +0000 Commit: Michał Górny gentoo 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 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)" \