commit: 7865753119da3a7e52ba45e1a578d1fcdc167803 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sat Dec 27 17:11:54 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Dec 27 17:11:54 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78657531
dev-util/bcc: drop LLVM 21 It doesn't build against libclang from LLVM 21. Closes: https://bugs.gentoo.org/968069 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-util/bcc/bcc-0.34.0-r1.ebuild | 2 +- dev-util/bcc/bcc-0.35.0-r1.ebuild | 2 +- dev-util/bcc/bcc-0.35.0-r2.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-util/bcc/bcc-0.34.0-r1.ebuild b/dev-util/bcc/bcc-0.34.0-r1.ebuild index 6e54c68eed63..7d4c878354f6 100644 --- a/dev-util/bcc/bcc-0.34.0-r1.ebuild +++ b/dev-util/bcc/bcc-0.34.0-r1.ebuild @@ -7,7 +7,7 @@ LUA_COMPAT=( luajit ) DISTUTILS_OPTIONAL=1 DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_{{10..13},13t} ) -LLVM_COMPAT=( {15..21} ) +LLVM_COMPAT=( {15..20} ) inherit cmake linux-info llvm-r1 lua-single distutils-r1 toolchain-funcs diff --git a/dev-util/bcc/bcc-0.35.0-r1.ebuild b/dev-util/bcc/bcc-0.35.0-r1.ebuild index ea3e6f59636a..7f90a0b5a974 100644 --- a/dev-util/bcc/bcc-0.35.0-r1.ebuild +++ b/dev-util/bcc/bcc-0.35.0-r1.ebuild @@ -7,7 +7,7 @@ LUA_COMPAT=( luajit ) DISTUTILS_OPTIONAL=1 DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_{{10..14},{13..14}t} ) -LLVM_COMPAT=( {15..21} ) +LLVM_COMPAT=( {15..20} ) inherit cmake linux-info llvm-r1 lua-single distutils-r1 toolchain-funcs diff --git a/dev-util/bcc/bcc-0.35.0-r2.ebuild b/dev-util/bcc/bcc-0.35.0-r2.ebuild index 928c080ad225..22d7626f6ceb 100644 --- a/dev-util/bcc/bcc-0.35.0-r2.ebuild +++ b/dev-util/bcc/bcc-0.35.0-r2.ebuild @@ -7,7 +7,7 @@ LUA_COMPAT=( luajit ) DISTUTILS_OPTIONAL=1 DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_{{10..14},{13..14}t} ) -LLVM_COMPAT=( {15..21} ) +LLVM_COMPAT=( {15..20} ) inherit cmake linux-info llvm-r1 lua-single distutils-r1 toolchain-funcs
