commit:     aa2d7ed9860b9c3a81f72a60473a50fe19d0daf9
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 29 04:53:46 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jul 29 05:42:07 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa2d7ed9

dev-libs/libx86emu: build tests w/ -j1

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

 dev-libs/libx86emu/libx86emu-3.5-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-libs/libx86emu/libx86emu-3.5-r1.ebuild 
b/dev-libs/libx86emu/libx86emu-3.5-r1.ebuild
index 67dff191f657..4f2fd27e67a1 100644
--- a/dev-libs/libx86emu/libx86emu-3.5-r1.ebuild
+++ b/dev-libs/libx86emu/libx86emu-3.5-r1.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=8
@@ -24,7 +24,7 @@ src_compile() {
 }
 
 src_test() {
-       emake test CC=$(tc-getCC) CFLAGS="${CFLAGS} -fPIC -Wall" 
LDFLAGS="${LDFLAGS}"
+       emake -j1 test CC=$(tc-getCC) CFLAGS="${CFLAGS} -fPIC -Wall" 
LDFLAGS="${LDFLAGS}"
 }
 
 src_install() {

Reply via email to