commit:     693f87ffccf6d727859b35723edd12ce5c062bdb
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 28 10:39:39 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun May  1 07:30:30 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=693f87ff

media-sound/apulse: Prepare for makeopts_jobs default inf change

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 media-sound/apulse/apulse-0.1.13-r2.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/media-sound/apulse/apulse-0.1.13-r2.ebuild 
b/media-sound/apulse/apulse-0.1.13-r2.ebuild
index dc9642b78a9b..d9eb1fe4fa40 100644
--- a/media-sound/apulse/apulse-0.1.13-r2.ebuild
+++ b/media-sound/apulse/apulse-0.1.13-r2.ebuild
@@ -55,7 +55,8 @@ multilib_src_test() {
                pushd tests || die
                cmake -S "${S}/tests" -B . || die
                emake test_ringbuffer
-               ctest -j "$(makeopts_jobs)" --test-load "$(makeopts_loadavg)" 
|| die
+               ctest -j "$(makeopts_jobs "${MAKEOPTS}" 999)" \
+                       --test-load "$(makeopts_loadavg)" || die
                popd || die
        }
        multilib_foreach_abi _test

Reply via email to