commit:     78ac1001e998cb2d8ace69699d55dfedd8793229
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Jan  5 00:29:52 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Jan  5 00:29:52 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78ac1001

dev-util/bcc: fix LLVM_MAX_SLOT for 0.26.0

Closes: https://bugs.gentoo.org/889688
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-util/bcc/{bcc-0.26.0.ebuild => bcc-0.26.0-r1.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/bcc/bcc-0.26.0.ebuild b/dev-util/bcc/bcc-0.26.0-r1.ebuild
similarity index 99%
rename from dev-util/bcc/bcc-0.26.0.ebuild
rename to dev-util/bcc/bcc-0.26.0-r1.ebuild
index f4e7887f0085..edac8187bcbe 100644
--- a/dev-util/bcc/bcc-0.26.0.ebuild
+++ b/dev-util/bcc/bcc-0.26.0-r1.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 LUA_COMPAT=( luajit )
 PYTHON_COMPAT=( python3_{8..11} )
-LLVM_MAX_SLOT=14
+LLVM_MAX_SLOT=15
 
 inherit cmake linux-info llvm lua-single python-r1 toolchain-funcs
 

Reply via email to