From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 finch.gentoo.org (Postfix) with ESMTPS id 68AB715807A for ; Mon, 09 Jun 2025 07:06:33 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 57D4F3430BB for ; Mon, 09 Jun 2025 07:06:33 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 51BEB1102BE; Mon, 09 Jun 2025 07:06:32 +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 bobolink.gentoo.org (Postfix) with ESMTPS id 462581102BE for ; Mon, 09 Jun 2025 07:06:32 +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 F00C53430AB for ; Mon, 09 Jun 2025 07:06:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8E76E82C for ; Mon, 09 Jun 2025 07:06:30 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1749452685.65d363335975c82b8416b585b2cc2d5caa98f3da.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/ceph/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-cluster/ceph/ceph-19.2.2-r4.ebuild sys-cluster/ceph/ceph-19.2.2-r5.ebuild X-VCS-Directories: sys-cluster/ceph/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 65d363335975c82b8416b585b2cc2d5caa98f3da X-VCS-Branch: master Date: Mon, 09 Jun 2025 07:06:30 +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: 6acc2c69-bac4-4b19-9106-70158852a56d X-Archives-Hash: 3678671475963b4fea443bcdd6fc617e commit: 65d363335975c82b8416b585b2cc2d5caa98f3da Author: Z. Liu gmail com> AuthorDate: Mon Jun 9 06:56:42 2025 +0000 Commit: Sam James gentoo org> CommitDate: Mon Jun 9 07:04:45 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65d36333 sys-cluster/ceph: apply fix for bug 924998 from commit 2d8e6a13cf2328d89de2cb5ef4f1df2c67a0a3b5, which is submitted before revbump of 19.2.2 Bug: https://bugs.gentoo.org/924998 Signed-off-by: Z. Liu gmail.com> Part-of: https://github.com/gentoo/gentoo/pull/42511 Closes: https://github.com/gentoo/gentoo/pull/42511 Signed-off-by: Sam James gentoo.org> sys-cluster/ceph/ceph-19.2.2-r4.ebuild | 3 ++- sys-cluster/ceph/ceph-19.2.2-r5.ebuild | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/sys-cluster/ceph/ceph-19.2.2-r4.ebuild b/sys-cluster/ceph/ceph-19.2.2-r4.ebuild index 27ebfe4f3618..6d8a2cb4985c 100644 --- a/sys-cluster/ceph/ceph-19.2.2-r4.ebuild +++ b/sys-cluster/ceph/ceph-19.2.2-r4.ebuild @@ -6,7 +6,7 @@ EAPI=8 PYTHON_COMPAT=( python3_{10..13} ) LUA_COMPAT=( lua5-{3..4} ) -inherit check-reqs bash-completion-r1 cmake flag-o-matic lua-single \ +inherit check-reqs bash-completion-r1 cmake flag-o-matic lua-single multiprocessing \ python-r1 udev readme.gentoo-r1 toolchain-funcs systemd tmpfiles XSIMD_HASH="aeec9c872c8b475dedd7781336710f2dd2666cb2" @@ -439,6 +439,7 @@ src_configure() { } src_compile() { + export CMAKE_BUILD_PARALLEL_LEVEL=$(makeopts_jobs) cmake_build all # we have to do this here to prevent from building everything multiple times diff --git a/sys-cluster/ceph/ceph-19.2.2-r5.ebuild b/sys-cluster/ceph/ceph-19.2.2-r5.ebuild index 93133fce4331..49f14b06c30a 100644 --- a/sys-cluster/ceph/ceph-19.2.2-r5.ebuild +++ b/sys-cluster/ceph/ceph-19.2.2-r5.ebuild @@ -6,7 +6,7 @@ EAPI=8 PYTHON_COMPAT=( python3_{10..13} ) LUA_COMPAT=( lua5-{3..4} ) -inherit check-reqs bash-completion-r1 cmake flag-o-matic lua-single \ +inherit check-reqs bash-completion-r1 cmake flag-o-matic lua-single multiprocessing \ python-r1 udev readme.gentoo-r1 toolchain-funcs systemd tmpfiles XSIMD_HASH="aeec9c872c8b475dedd7781336710f2dd2666cb2" @@ -443,6 +443,7 @@ src_configure() { } src_compile() { + export CMAKE_BUILD_PARALLEL_LEVEL=$(makeopts_jobs) cmake_build all # we have to do this here to prevent from building everything multiple times