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: media-sound/apulse/
Date: Sun, 01 May 2022 07:30:47
Message-Id: 1651390230.693f87ffccf6d727859b35723edd12ce5c062bdb.mgorny@gentoo
1 commit: 693f87ffccf6d727859b35723edd12ce5c062bdb
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 28 10:39:39 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun May 1 07:30:30 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=693f87ff
7
8 media-sound/apulse: Prepare for makeopts_jobs default inf change
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 media-sound/apulse/apulse-0.1.13-r2.ebuild | 3 ++-
13 1 file changed, 2 insertions(+), 1 deletion(-)
14
15 diff --git a/media-sound/apulse/apulse-0.1.13-r2.ebuild b/media-sound/apulse/apulse-0.1.13-r2.ebuild
16 index dc9642b78a9b..d9eb1fe4fa40 100644
17 --- a/media-sound/apulse/apulse-0.1.13-r2.ebuild
18 +++ b/media-sound/apulse/apulse-0.1.13-r2.ebuild
19 @@ -55,7 +55,8 @@ multilib_src_test() {
20 pushd tests || die
21 cmake -S "${S}/tests" -B . || die
22 emake test_ringbuffer
23 - ctest -j "$(makeopts_jobs)" --test-load "$(makeopts_loadavg)" || die
24 + ctest -j "$(makeopts_jobs "${MAKEOPTS}" 999)" \
25 + --test-load "$(makeopts_loadavg)" || die
26 popd || die
27 }
28 multilib_foreach_abi _test