Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/sandbox/
Date: Sun, 31 May 2020 08:25:57
Message-Id: 1590913548.e67b3f771119b87d19d67d6e46684959960f905c.mgorny@gentoo
1 commit: e67b3f771119b87d19d67d6e46684959960f905c
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 31 08:15:41 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun May 31 08:25:48 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e67b3f77
7
8 sys-apps/sandbox: Force -j1 for emake check
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 sys-apps/sandbox/sandbox-2.18.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/sys-apps/sandbox/sandbox-2.18.ebuild b/sys-apps/sandbox/sandbox-2.18.ebuild
16 index b8d0959d8ea..7fd717d426a 100644
17 --- a/sys-apps/sandbox/sandbox-2.18.ebuild
18 +++ b/sys-apps/sandbox/sandbox-2.18.ebuild
19 @@ -33,7 +33,7 @@ multilib_src_configure() {
20
21 multilib_src_test() {
22 # Default sandbox build will run with --jobs set to # cpus.
23 - emake check TESTSUITEFLAGS="--jobs=$(makeopts_jobs)"
24 + emake -j1 check TESTSUITEFLAGS="--jobs=$(makeopts_jobs)"
25 }
26
27 multilib_src_install_all() {