From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1713305-garchives=archives.gentoo.org@lists.gentoo.org>
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 1491D1580E0
	for <garchives@archives.gentoo.org>; Tue, 28 Jan 2025 12:21:37 +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 EF170343072
	for <garchives@archives.gentoo.org>; Tue, 28 Jan 2025 12:21:36 +0000 (UTC)
Received: from bobolink.gentoo.org (localhost [127.0.0.1])
	by bobolink.gentoo.org (Postfix) with ESMTP id 0F32511046F;
	Tue, 28 Jan 2025 12:21:33 +0000 (UTC)
Received: from smtp.gentoo.org (dev.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 0213511046F
	for <gentoo-commits@lists.gentoo.org>; Tue, 28 Jan 2025 12:21: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) server-digest SHA256)
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id B18FE343050
	for <gentoo-commits@lists.gentoo.org>; Tue, 28 Jan 2025 12:21:32 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id EAC43EC7
	for <gentoo-commits@lists.gentoo.org>; Tue, 28 Jan 2025 12:21:30 +0000 (UTC)
From: "Sam James" <sam@gentoo.org>
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" <sam@gentoo.org>
Message-ID: <1738066656.49beaba8dfa5018734a5fe5512733be6a845db4e.sam@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/bugbite-cli/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-util/bugbite-cli/bugbite-cli-0.0.13.ebuild
X-VCS-Directories: dev-util/bugbite-cli/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: 49beaba8dfa5018734a5fe5512733be6a845db4e
X-VCS-Branch: master
Date: Tue, 28 Jan 2025 12:21:30 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: f04f8562-5705-45e1-8971-14d4eaf3bbf3
X-Archives-Hash: cb93595573cf0e243166f7a342f4bee7

commit:     49beaba8dfa5018734a5fe5512733be6a845db4e
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 28 12:17:36 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jan 28 12:17:36 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49beaba8

dev-util/bugbite-cli: set NEXTEST_TEST_THREADS

Otherwise, test execution jobs use all available cores.

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-util/bugbite-cli/bugbite-cli-0.0.13.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/dev-util/bugbite-cli/bugbite-cli-0.0.13.ebuild b/dev-util/bugbite-cli/bugbite-cli-0.0.13.ebuild
index a346a3ca7fff..42a9d2a8c8fb 100644
--- a/dev-util/bugbite-cli/bugbite-cli-0.0.13.ebuild
+++ b/dev-util/bugbite-cli/bugbite-cli-0.0.13.ebuild
@@ -1,11 +1,11 @@
-# Copyright 2024 Gentoo Authors
+# Copyright 2024-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
 RUST_MIN_VER="1.80.1"
 
-inherit cargo edo shell-completion
+inherit cargo edo multiprocessing shell-completion
 
 DESCRIPTION="A command line tool for bug, issue, and ticket mangling"
 HOMEPAGE="https://github.com/radhermit/bugbite"
@@ -44,6 +44,7 @@ src_configure() {
 }
 
 src_test() {
+	local -x NEXTEST_TEST_THREADS="$(makeopts_jobs)"
 	edo cargo nextest run $(usev !debug '--release') --color always --features test --tests ${static_stuff}
 }