commit: 40062b0f604499148b62432a15ba1e19862d27cc Author: Matt Turner <mattst88 <AT> gentoo <DOT> org> AuthorDate: Sun Jan 4 16:23:03 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=40062b0f
media-libs/mesa: Add LLVM 21 compatibility Closes: https://bugs.gentoo.org/968274 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org> media-libs/mesa/mesa-25.2.8.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/mesa/mesa-25.2.8.ebuild b/media-libs/mesa/mesa-25.2.8.ebuild index 04ebf30b0c64..267b09b35dff 100644 --- a/media-libs/mesa/mesa-25.2.8.ebuild +++ b/media-libs/mesa/mesa-25.2.8.ebuild @@ -3,7 +3,7 @@ EAPI=8 -LLVM_COMPAT=( {18..20} ) +LLVM_COMPAT=( {18..21} ) LLVM_OPTIONAL=1 CARGO_OPTIONAL=1 PYTHON_COMPAT=( python3_{11..14} )
