diff options
Diffstat (limited to 'dev-lang/yasm')
-rw-r--r-- | dev-lang/yasm/yasm-1.3.0.ebuild | 3 | ||||
-rw-r--r-- | 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 53906bb765c5..fab7341fef10 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 bb7aeeb44525..df73fec26ad3 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 } |