diff options
author | Sam James <sam@gentoo.org> | 2023-01-05 00:29:52 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-01-05 00:29:52 +0000 |
commit | 78ac1001e998cb2d8ace69699d55dfedd8793229 (patch) | |
tree | 5f647a29f07a1c05720c11d43513a644bf0c1c2c /dev-util/bcc | |
parent | sys-fs/btrfs-progs: fix installed headers (diff) | |
download | gentoo-78ac1001e998cb2d8ace69699d55dfedd8793229.tar.gz gentoo-78ac1001e998cb2d8ace69699d55dfedd8793229.tar.bz2 gentoo-78ac1001e998cb2d8ace69699d55dfedd8793229.zip |
dev-util/bcc: fix LLVM_MAX_SLOT for 0.26.0
Closes: https://bugs.gentoo.org/889688
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-util/bcc')
-rw-r--r-- | dev-util/bcc/bcc-0.26.0-r1.ebuild (renamed from dev-util/bcc/bcc-0.26.0.ebuild) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/bcc/bcc-0.26.0.ebuild b/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 |