From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 04C381382C5 for ; Sun, 31 May 2020 08:25:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EE8A8E0909; Sun, 31 May 2020 08:25:54 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BFC8AE0907 for ; Sun, 31 May 2020 08:25:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3347C34E82D for ; Sun, 31 May 2020 08:25:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B73EB26D for ; Sun, 31 May 2020 08:25:50 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1590913548.e67b3f771119b87d19d67d6e46684959960f905c.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/sandbox/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/sandbox/sandbox-2.18.ebuild X-VCS-Directories: sys-apps/sandbox/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: e67b3f771119b87d19d67d6e46684959960f905c X-VCS-Branch: master Date: Sun, 31 May 2020 08:25:50 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 8fe4033e-584a-4609-aa81-15941c28e3ed X-Archives-Hash: 81d733469b21a36322f13702ee5997fd commit: e67b3f771119b87d19d67d6e46684959960f905c Author: Michał Górny gentoo org> AuthorDate: Sun May 31 08:15:41 2020 +0000 Commit: Michał Górny gentoo 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 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() {