diff options
author | Matt Turner <mattst88@gentoo.org> | 2024-07-17 10:56:22 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2024-07-17 10:56:58 -0400 |
commit | 1b58f26f5247e5520c87963f34f72c37a64e1164 (patch) | |
tree | 36ec71b526c4809ad32cd339094f562ec5546cb1 /media-libs/mesa | |
parent | dev-python/pygobject: Drop deprecated egg-info file (diff) | |
download | gentoo-1b58f26f5247e5520c87963f34f72c37a64e1164.tar.gz gentoo-1b58f26f5247e5520c87963f34f72c37a64e1164.tar.bz2 gentoo-1b58f26f5247e5520c87963f34f72c37a64e1164.zip |
Revert "media-libs/mesa: Drop LLVM_COMPAT="15 16""
media-gfx/blender requires Mesa to be built with the same LLVM slot.
This reverts commit 57fee388b94c093a45ddc3680460a0ec73a83f61.
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'media-libs/mesa')
-rw-r--r-- | media-libs/mesa/mesa-24.1.3.ebuild | 2 | ||||
-rw-r--r-- | media-libs/mesa/mesa-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/mesa/mesa-24.1.3.ebuild b/media-libs/mesa/mesa-24.1.3.ebuild index 35b87f6494d3..9a583c95d8ec 100644 --- a/media-libs/mesa/mesa-24.1.3.ebuild +++ b/media-libs/mesa/mesa-24.1.3.ebuild @@ -3,7 +3,7 @@ EAPI=8 -LLVM_COMPAT=( {17..18} ) +LLVM_COMPAT=( {15..18} ) LLVM_OPTIONAL=1 CARGO_OPTIONAL=1 PYTHON_COMPAT=( python3_{10..12} ) diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild index 35b87f6494d3..9a583c95d8ec 100644 --- a/media-libs/mesa/mesa-9999.ebuild +++ b/media-libs/mesa/mesa-9999.ebuild @@ -3,7 +3,7 @@ EAPI=8 -LLVM_COMPAT=( {17..18} ) +LLVM_COMPAT=( {15..18} ) LLVM_OPTIONAL=1 CARGO_OPTIONAL=1 PYTHON_COMPAT=( python3_{10..12} ) |