commit:     68e5fe99597eee7c72a0072077141c57f9ea6a34
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 24 16:51:22 2020 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Fri Apr 24 16:52:57 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68e5fe99

dev-lang/yasm: run tests with a single job

Closes: https://bugs.gentoo.org/718870
Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>

 dev-lang/yasm/yasm-1.3.0.ebuild | 3 ++-
 dev-lang/yasm/yasm-9999.ebuild  | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/dev-lang/yasm/yasm-1.3.0.ebuild b/dev-lang/yasm/yasm-1.3.0.ebuild
index 53906bb765c..fab7341fef1 100644
--- a/dev-lang/yasm/yasm-1.3.0.ebuild
+++ b/dev-lang/yasm/yasm-1.3.0.ebuild
@@ -40,5 +40,6 @@ src_configure() {
 }
 
 src_test() {
-       emake check
+       # https://bugs.gentoo.org/718870
+       emake -j1 check
 }

diff --git a/dev-lang/yasm/yasm-9999.ebuild b/dev-lang/yasm/yasm-9999.ebuild
index bb7aeeb4452..df73fec26ad 100644
--- a/dev-lang/yasm/yasm-9999.ebuild
+++ b/dev-lang/yasm/yasm-9999.ebuild
@@ -67,5 +67,6 @@ src_configure() {
 }
 
 src_test() {
-       emake check
+       # https://bugs.gentoo.org/718870
+       emake -j1 check
 }

Reply via email to