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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 779A21582EF for ; Sun, 09 Mar 2025 17:14:22 +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) server-digest SHA256) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 3994E3430C6 for ; Sun, 09 Mar 2025 17:14:22 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id B6F23110370; Sun, 09 Mar 2025 17:14:20 +0000 (UTC) Received: from smtp.gentoo.org (mail.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) server-digest SHA256) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id AE449110370 for ; Sun, 09 Mar 2025 17:14:20 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 65A093430C5 for ; Sun, 09 Mar 2025 17:14:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B5C9D2853 for ; Sun, 09 Mar 2025 17:14:18 +0000 (UTC) From: "Nowa Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Nowa Ammerlaan" Message-ID: <1741540444.57f40710a56a8be87ab2071a61dfa0d3e75eec83.nowa@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyside/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pyside/pyside-6.8.2-r1.ebuild X-VCS-Directories: dev-python/pyside/ X-VCS-Committer: nowa X-VCS-Committer-Name: Nowa Ammerlaan X-VCS-Revision: 57f40710a56a8be87ab2071a61dfa0d3e75eec83 X-VCS-Branch: master Date: Sun, 09 Mar 2025 17:14:18 +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: dbb935b4-a5aa-4d35-bd92-8ca101c42502 X-Archives-Hash: 63768b3f7bf32e1ed5dcd5309b5f80a6 commit: 57f40710a56a8be87ab2071a61dfa0d3e75eec83 Author: Andrei Horodniceanu proton me> AuthorDate: Sun Mar 9 11:05:34 2025 +0000 Commit: Nowa Ammerlaan gentoo org> CommitDate: Sun Mar 9 17:14:04 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57f40710 dev-python/pyside: respect MAKEOPTS jobs Signed-off-by: Andrei Horodniceanu proton.me> Closes: https://github.com/gentoo/gentoo/pull/40980 Signed-off-by: Nowa Ammerlaan gentoo.org> dev-python/pyside/pyside-6.8.2-r1.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-python/pyside/pyside-6.8.2-r1.ebuild b/dev-python/pyside/pyside-6.8.2-r1.ebuild index 871cec23dd0f..c565fb32f91b 100644 --- a/dev-python/pyside/pyside-6.8.2-r1.ebuild +++ b/dev-python/pyside/pyside-6.8.2-r1.ebuild @@ -8,7 +8,7 @@ LLVM_COMPAT=( {16..19} ) DISTUTILS_USE_PEP517=setuptools DISTUTILS_EXT=1 -inherit distutils-r1 llvm-r1 qmake-utils virtualx +inherit distutils-r1 llvm-r1 multiprocessing qmake-utils virtualx MY_PN=pyside-pyside-setup MY_P=${MY_PN}-${PV} @@ -330,6 +330,7 @@ python_configure_all() { --qt=$(ver_cut 1-3) --qtpaths=$(qt6_get_bindir)/qtpaths --verbose-build + --parallel=$(makeopts_jobs) $(usex debug "--debug" "--relwithdebinfo") $(usex doc "--build-docs" "--skip-docs") $(usex numpy "--enable-numpy-support" "--disable-numpy-support")