Gentoo Archives: gentoo-commits

From: Guilherme Amadio <amadio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/perf/
Date: Tue, 31 May 2022 15:36:17
Message-Id: 1654010900.7516c4570bde60614d7be4a229e016c71c90ceab.amadio@gentoo
1 commit: 7516c4570bde60614d7be4a229e016c71c90ceab
2 Author: Guilherme Amadio <amadio <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 31 15:28:20 2022 +0000
4 Commit: Guilherme Amadio <amadio <AT> gentoo <DOT> org>
5 CommitDate: Tue May 31 15:28:20 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7516c457
7
8 dev-util/perf: restrict llvm version for perf 5.15, bug 836402
9
10 Closes: https://bugs.gentoo.org/836402
11 Package-Manager: Portage-3.0.30, Repoman-3.0.3
12 Signed-off-by: Guilherme Amadio <amadio <AT> gentoo.org>
13
14 dev-util/perf/perf-5.15-r1.ebuild | 6 +++---
15 1 file changed, 3 insertions(+), 3 deletions(-)
16
17 diff --git a/dev-util/perf/perf-5.15-r1.ebuild b/dev-util/perf/perf-5.15-r1.ebuild
18 index e84ed5803f1a..21985387f161 100644
19 --- a/dev-util/perf/perf-5.15-r1.ebuild
20 +++ b/dev-util/perf/perf-5.15-r1.ebuild
21 @@ -54,8 +54,8 @@ RDEPEND="audit? ( sys-process/audit )
22 babeltrace? ( dev-util/babeltrace )
23 crypt? ( virtual/libcrypt:= )
24 clang? (
25 - sys-devel/clang:=
26 - sys-devel/llvm:=
27 + <sys-devel/clang-14:=
28 + <sys-devel/llvm-14:=
29 )
30 gtk? ( x11-libs/gtk+:2 )
31 java? ( virtual/jre:* )
32 @@ -96,7 +96,7 @@ pkg_pretend() {
33 }
34
35 pkg_setup() {
36 - use clang && llvm_pkg_setup
37 + use clang && LLVM_MAX_SLOT=13 llvm_pkg_setup
38 # We enable python unconditionally as libbpf always generates
39 # API headers using python script
40 python_setup