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 BF1F61580FD for ; Fri, 27 Dec 2024 12:19:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E397CE0718; Fri, 27 Dec 2024 12:19:34 +0000 (UTC) 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 pigeon.gentoo.org (Postfix) with ESMTPS id C6982E0718 for ; Fri, 27 Dec 2024 12:19:34 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BFC32335DEB for ; Fri, 27 Dec 2024 12:19:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 588A610CC for ; Fri, 27 Dec 2024 12:19:32 +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: <1735301939.0b89446862c7d9a0b16a38bd200a17f02c954e86.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-accessibility/espeak-ng/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-accessibility/espeak-ng/espeak-ng-1.52.0.ebuild app-accessibility/espeak-ng/espeak-ng-9999.ebuild X-VCS-Directories: app-accessibility/espeak-ng/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 0b89446862c7d9a0b16a38bd200a17f02c954e86 X-VCS-Branch: master Date: Fri, 27 Dec 2024 12:19:32 +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: 36a74601-1877-4f93-911f-87a03caf2a93 X-Archives-Hash: 9bd5ec5bdd2523aa7e766e95b7a9cd62 commit: 0b89446862c7d9a0b16a38bd200a17f02c954e86 Author: Sam James gentoo org> AuthorDate: Fri Dec 27 12:18:59 2024 +0000 Commit: Sam James gentoo org> CommitDate: Fri Dec 27 12:18:59 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b894468 app-accessibility/espeak-ng: restore -j1 for tests They still seem to need it, unfortunately. Closes: https://bugs.gentoo.org/947014 Signed-off-by: Sam James gentoo.org> app-accessibility/espeak-ng/espeak-ng-1.52.0.ebuild | 3 ++- app-accessibility/espeak-ng/espeak-ng-9999.ebuild | 5 +++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/app-accessibility/espeak-ng/espeak-ng-1.52.0.ebuild b/app-accessibility/espeak-ng/espeak-ng-1.52.0.ebuild index fc612b7e113c..9260bf93880f 100644 --- a/app-accessibility/espeak-ng/espeak-ng-1.52.0.ebuild +++ b/app-accessibility/espeak-ng/espeak-ng-1.52.0.ebuild @@ -70,7 +70,8 @@ src_configure() { } src_test() { - emake check + # bug #947014 + emake check -j1 } src_install() { diff --git a/app-accessibility/espeak-ng/espeak-ng-9999.ebuild b/app-accessibility/espeak-ng/espeak-ng-9999.ebuild index b45b1447ff66..9260bf93880f 100644 --- a/app-accessibility/espeak-ng/espeak-ng-9999.ebuild +++ b/app-accessibility/espeak-ng/espeak-ng-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -70,7 +70,8 @@ src_configure() { } src_test() { - emake check + # bug #947014 + emake check -j1 } src_install() {