commit: 8ae57d6ea5a2336a9750f05c226737637724998e Author: Matt Turner <mattst88 <AT> gentoo <DOT> org> AuthorDate: Sun Jan 4 05:21:34 2026 +0000 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org> CommitDate: Mon Jan 5 15:39:28 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ae57d6e
dev-util/mesa_clc: Add LLVM 21 compatibility Closes: https://bugs.gentoo.org/968274 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org> dev-util/mesa_clc/mesa_clc-25.2.8.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/mesa_clc/mesa_clc-25.2.8.ebuild b/dev-util/mesa_clc/mesa_clc-25.2.8.ebuild index 3ba515f5c029..745642c4b2a8 100644 --- a/dev-util/mesa_clc/mesa_clc-25.2.8.ebuild +++ b/dev-util/mesa_clc/mesa_clc-25.2.8.ebuild @@ -3,7 +3,7 @@ EAPI=8 -LLVM_COMPAT=( {18..20} ) +LLVM_COMPAT=( {18..21} ) PYTHON_COMPAT=( python3_{11..14} ) inherit llvm-r1 meson python-any-r1
