summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2024-12-27 12:18:59 +0000
committerSam James <sam@gentoo.org>2024-12-27 12:18:59 +0000
commit0b89446862c7d9a0b16a38bd200a17f02c954e86 (patch)
tree1348d4824b6df14e4a4ad5942396eee801909a11 /app-accessibility
parentdev-python/coverage: Stabilize 7.6.9 hppa, #946746 (diff)
downloadgentoo-0b89446862c7d9a0b16a38bd200a17f02c954e86.tar.gz
gentoo-0b89446862c7d9a0b16a38bd200a17f02c954e86.tar.bz2
gentoo-0b89446862c7d9a0b16a38bd200a17f02c954e86.zip
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@gentoo.org>
Diffstat (limited to 'app-accessibility')
-rw-r--r--app-accessibility/espeak-ng/espeak-ng-1.52.0.ebuild3
-rw-r--r--app-accessibility/espeak-ng/espeak-ng-9999.ebuild5
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() {