Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.gentoo.dev > #70525

[gentoo-dev] [PATCH 3/3] distutils-r1.eclass: Use get_makeopts_jobs

From Michał Górny <mgorny@gentoo.org>
Newsgroups linux.gentoo.dev
Subject [gentoo-dev] [PATCH 3/3] distutils-r1.eclass: Use get_makeopts_jobs
Date 2026-05-09 15:10 +0200
Message-ID <MSPBn-3Rbc-3@gated-at.bofh.it> (permalink)
References <MSPBn-3Rbc-5@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


Signed-off-by: Michał Górny <mgorny@gentoo.org>
---
 eclass/distutils-r1.eclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/eclass/distutils-r1.eclass b/eclass/distutils-r1.eclass
index e0d76123e8357..176a8b33ba9a6 100644
--- a/eclass/distutils-r1.eclass
+++ b/eclass/distutils-r1.eclass
@@ -1094,7 +1094,7 @@ distutils_pep517_install() {
 			local maturin_args=(
 				"${DISTUTILS_ARGS[@]}"
 				--auditwheel=skip # see bug #831171
-				--jobs="$(makeopts_jobs)"
+				--jobs="$(get_makeopts_jobs)"
 				$(in_iuse debug && usex debug '--profile=dev' '')
 			)
 

Back to linux.gentoo.dev | Previous | Next | Find similar


Thread

[gentoo-dev] [PATCH 3/3] distutils-r1.eclass: Use get_makeopts_jobs Michał Górny <mgorny@gentoo.org> - 2026-05-09 15:10 +0200

csiph-web