diff options
author | Holger Hoffstätte <holger@applied-asynchrony.com> | 2023-03-19 13:31:02 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-03-19 18:34:30 +0100 |
commit | 75e3bdc27fab7c479dea88389b77d8a1d8e3cc98 (patch) | |
tree | 1760be8e81c59cbfd2c321d4d47eda5b2d39d0f2 /dev-util/bcc | |
parent | net-misc/s4cmd: tweak to support newer botocore automatically (diff) | |
download | gentoo-75e3bdc27fab7c479dea88389b77d8a1d8e3cc98.tar.gz gentoo-75e3bdc27fab7c479dea88389b77d8a1d8e3cc98.tar.bz2 gentoo-75e3bdc27fab7c479dea88389b77d8a1d8e3cc98.zip |
dev-util/bcc: bump LLVM_MAX_SLOT to 16
Closes: https://bugs.gentoo.org/902129
Signed-off-by: Holger Hoffstätte <holger@applied-asynchrony.com>
Closes: https://github.com/gentoo/gentoo/pull/30233
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-util/bcc')
-rw-r--r-- | dev-util/bcc/bcc-0.26.0-r2.ebuild (renamed from dev-util/bcc/bcc-0.26.0-r1.ebuild) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/bcc/bcc-0.26.0-r1.ebuild b/dev-util/bcc/bcc-0.26.0-r2.ebuild index a051049c1742..fecf38786c21 100644 --- a/dev-util/bcc/bcc-0.26.0-r1.ebuild +++ b/dev-util/bcc/bcc-0.26.0-r2.ebuild @@ -5,7 +5,7 @@ EAPI=8 LUA_COMPAT=( luajit ) PYTHON_COMPAT=( python3_{9..11} ) -LLVM_MAX_SLOT=15 +LLVM_MAX_SLOT=16 inherit cmake linux-info llvm lua-single python-r1 toolchain-funcs |