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: eclass/
Date: Sun, 01 May 2022 07:30:49
Message-Id: 1651390237.623438228599e042bbd2f4c7f436d7536310009f.mgorny@gentoo
1 commit: 623438228599e042bbd2f4c7f436d7536310009f
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 28 13:37:14 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun May 1 07:30:37 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62343822
7
8 llvm.org.eclass: Utilize the new makeopts_jobs default
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 eclass/llvm.org.eclass | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/eclass/llvm.org.eclass b/eclass/llvm.org.eclass
16 index 23393039fb58..0ddd48b19e46 100644
17 --- a/eclass/llvm.org.eclass
18 +++ b/eclass/llvm.org.eclass
19 @@ -351,7 +351,7 @@ llvm.org_src_prepare() {
20 # Get the standard recommended lit flags for running tests, in CMake
21 # list form (;-separated).
22 get_lit_flags() {
23 - echo "-vv;-j;${LIT_JOBS:-$(makeopts_jobs "${MAKEOPTS}" "$(get_nproc)")}"
24 + echo "-vv;-j;${LIT_JOBS:-$(makeopts_jobs)}"
25 }
26
27 # @FUNCTION: llvm_are_manpages_built