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: dev-util/bcc/
Date: Sun, 19 Mar 2023 17:34:39
Message-Id: 1679247270.75e3bdc27fab7c479dea88389b77d8a1d8e3cc98.mgorny@gentoo
1 commit: 75e3bdc27fab7c479dea88389b77d8a1d8e3cc98
2 Author: Holger Hoffstätte <holger <AT> applied-asynchrony <DOT> com>
3 AuthorDate: Sun Mar 19 12:31:02 2023 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 19 17:34:30 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75e3bdc2
7
8 dev-util/bcc: bump LLVM_MAX_SLOT to 16
9
10 Closes: https://bugs.gentoo.org/902129
11 Signed-off-by: Holger Hoffstätte <holger <AT> applied-asynchrony.com>
12 Closes: https://github.com/gentoo/gentoo/pull/30233
13 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
14
15 dev-util/bcc/{bcc-0.26.0-r1.ebuild => bcc-0.26.0-r2.ebuild} | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/dev-util/bcc/bcc-0.26.0-r1.ebuild b/dev-util/bcc/bcc-0.26.0-r2.ebuild
19 similarity index 99%
20 rename from dev-util/bcc/bcc-0.26.0-r1.ebuild
21 rename to dev-util/bcc/bcc-0.26.0-r2.ebuild
22 index a051049c1742..fecf38786c21 100644
23 --- a/dev-util/bcc/bcc-0.26.0-r1.ebuild
24 +++ b/dev-util/bcc/bcc-0.26.0-r2.ebuild
25 @@ -5,7 +5,7 @@ EAPI=8
26
27 LUA_COMPAT=( luajit )
28 PYTHON_COMPAT=( python3_{9..11} )
29 -LLVM_MAX_SLOT=15
30 +LLVM_MAX_SLOT=16
31
32 inherit cmake linux-info llvm lua-single python-r1 toolchain-funcs