From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (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 22B2B15807B for ; Fri, 18 Oct 2024 19:43:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 25261E0805; Fri, 18 Oct 2024 19:43:57 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F10ABE0805 for ; Fri, 18 Oct 2024 19:43:56 +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 240DC3430CB for ; Fri, 18 Oct 2024 19:43:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 85E4F1E06 for ; Fri, 18 Oct 2024 19:43:54 +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: <1729280602.aa3f972936fff531a615e68929e7e149e32aa14b.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/gdbm/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/gdbm/gdbm-1.24.ebuild X-VCS-Directories: sys-libs/gdbm/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: aa3f972936fff531a615e68929e7e149e32aa14b X-VCS-Branch: master Date: Fri, 18 Oct 2024 19:43:54 +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: 9925e8c3-5aaa-4a86-b3d0-a21754a6d1cf X-Archives-Hash: 473c6bbf45a1de7007c4e8f248faa4ae commit: aa3f972936fff531a615e68929e7e149e32aa14b Author: Sam James gentoo org> AuthorDate: Fri Oct 18 19:42:32 2024 +0000 Commit: Sam James gentoo org> CommitDate: Fri Oct 18 19:43:22 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa3f9729 sys-libs/gdbm: run tests in parallel They're not really slow anyway but why not? Plus it's a useful way to grep for things using autotest. Signed-off-by: Sam James gentoo.org> sys-libs/gdbm/gdbm-1.24.ebuild | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/sys-libs/gdbm/gdbm-1.24.ebuild b/sys-libs/gdbm/gdbm-1.24.ebuild index 520e6e7b73df..187ddbe14933 100644 --- a/sys-libs/gdbm/gdbm-1.24.ebuild +++ b/sys-libs/gdbm/gdbm-1.24.ebuild @@ -4,7 +4,7 @@ EAPI=8 VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/gdbm.asc -inherit libtool multilib-minimal verify-sig +inherit libtool multilib-minimal multiprocessing verify-sig DESCRIPTION="Standard GNU database libraries" HOMEPAGE="https://www.gnu.org/software/gdbm/" @@ -49,6 +49,10 @@ multilib_src_configure() { ECONF_SOURCE="${S}" econf "${myeconfargs[@]}" } +multilib_src_test() { + emake -Onone check TESTSUITEFLAGS="--jobs=$(get_makeopts_jobs)" +} + multilib_src_install_all() { einstalldocs