commit:     0b89446862c7d9a0b16a38bd200a17f02c954e86
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 27 12:18:59 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> 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 <sam <AT> 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() {

Reply via email to