commit:     b4d670c0fd08feeb3d6d0a27c1c78ed3c7290ee9
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 18 15:40:34 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jan 18 15:50:04 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4d670c0

app-accessibility/espeak-ng: pass -j1 for tests to 1.51 too

Closes: https://bugs.gentoo.org/948335
Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-accessibility/espeak-ng/espeak-ng-1.51.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/app-accessibility/espeak-ng/espeak-ng-1.51.ebuild 
b/app-accessibility/espeak-ng/espeak-ng-1.51.ebuild
index 07dff018be83..d0dd844c65b2 100644
--- a/app-accessibility/espeak-ng/espeak-ng-1.51.ebuild
+++ b/app-accessibility/espeak-ng/espeak-ng-1.51.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -70,7 +70,8 @@ src_compile() {
 }
 
 src_test() {
-       emake check
+       # bug #947014
+       emake check -j1
 }
 
 src_install() {

Reply via email to