commit: ab4b12bd7b9c0ccfb8f5b971977a3665be5f49ca Author: Matt Turner <mattst88 <AT> gentoo <DOT> org> AuthorDate: Tue May 13 17:09:42 2025 +0000 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org> CommitDate: Tue May 13 17:18:11 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab4b12bd
media-libs/mesa: Add LLVM 20 compatibility Closes: https://bugs.gentoo.org/955921 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org> media-libs/mesa/mesa-25.0.5.ebuild | 2 +- media-libs/mesa/mesa-25.1.0.ebuild | 2 +- media-libs/mesa/mesa-9999.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/media-libs/mesa/mesa-25.0.5.ebuild b/media-libs/mesa/mesa-25.0.5.ebuild index bf745d94a2a5..5f8a952e3638 100644 --- a/media-libs/mesa/mesa-25.0.5.ebuild +++ b/media-libs/mesa/mesa-25.0.5.ebuild @@ -3,7 +3,7 @@ EAPI=8 -LLVM_COMPAT=( {15..19} ) +LLVM_COMPAT=( {15..20} ) LLVM_OPTIONAL=1 CARGO_OPTIONAL=1 PYTHON_COMPAT=( python3_{11..14} ) diff --git a/media-libs/mesa/mesa-25.1.0.ebuild b/media-libs/mesa/mesa-25.1.0.ebuild index 3427f2687325..d3f458d0f4b8 100644 --- a/media-libs/mesa/mesa-25.1.0.ebuild +++ b/media-libs/mesa/mesa-25.1.0.ebuild @@ -3,7 +3,7 @@ EAPI=8 -LLVM_COMPAT=( {18..19} ) +LLVM_COMPAT=( {18..20} ) LLVM_OPTIONAL=1 CARGO_OPTIONAL=1 PYTHON_COMPAT=( python3_{11..13} ) diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild index 2b09d2825228..bb7ec3156537 100644 --- a/media-libs/mesa/mesa-9999.ebuild +++ b/media-libs/mesa/mesa-9999.ebuild @@ -3,7 +3,7 @@ EAPI=8 -LLVM_COMPAT=( {18..19} ) +LLVM_COMPAT=( {18..20} ) LLVM_OPTIONAL=1 CARGO_OPTIONAL=1 PYTHON_COMPAT=( python3_{11..14} )
