commit: e67b3f771119b87d19d67d6e46684959960f905c
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun May 31 08:15:41 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun May 31 08:25:48 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e67b3f77
sys-apps/sandbox: Force -j1 for emake check
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
sys-apps/sandbox/sandbox-2.18.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-apps/sandbox/sandbox-2.18.ebuild
b/sys-apps/sandbox/sandbox-2.18.ebuild
index b8d0959d8ea..7fd717d426a 100644
--- a/sys-apps/sandbox/sandbox-2.18.ebuild
+++ b/sys-apps/sandbox/sandbox-2.18.ebuild
@@ -33,7 +33,7 @@ multilib_src_configure() {
multilib_src_test() {
# Default sandbox build will run with --jobs set to # cpus.
- emake check TESTSUITEFLAGS="--jobs=$(makeopts_jobs)"
+ emake -j1 check TESTSUITEFLAGS="--jobs=$(makeopts_jobs)"
}
multilib_src_install_all() {