commit:     65d363335975c82b8416b585b2cc2d5caa98f3da
Author:     Z. Liu <zhixu.liu <AT> gmail <DOT> com>
AuthorDate: Mon Jun  9 06:56:42 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> 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 <zhixu.liu <AT> gmail.com>
Part-of: https://github.com/gentoo/gentoo/pull/42511
Closes: https://github.com/gentoo/gentoo/pull/42511
Signed-off-by: Sam James <sam <AT> 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

Reply via email to