diff options
author | 2023-10-26 10:27:39 +0100 | |
---|---|---|
committer | 2023-11-27 11:17:49 +0000 | |
commit | 358fd9d92f80203274b486f7956e927d660800a5 (patch) | |
tree | 10df34780cbc60dffa36e810044fbcbf3ef5f1c9 /media-libs | |
parent | media-libs/libaom: add 3.7.1 (diff) | |
download | gentoo-358fd9d92f80203274b486f7956e927d660800a5.tar.gz gentoo-358fd9d92f80203274b486f7956e927d660800a5.tar.bz2 gentoo-358fd9d92f80203274b486f7956e927d660800a5.zip |
media-libs/mesa: Add LLVM 17 support
[sam: Propagate to & revbump latest RC.]
Closes: https://bugs.gentoo.org/918516
Signed-off-by: Mike Lothian <mike@fireburn.co.uk>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/mesa/mesa-23.3.0_rc5-r1.ebuild (renamed from media-libs/mesa/mesa-23.3.0_rc5.ebuild) | 4 | ||||
-rw-r--r-- | media-libs/mesa/mesa-9999.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/media-libs/mesa/mesa-23.3.0_rc5.ebuild b/media-libs/mesa/mesa-23.3.0_rc5-r1.ebuild index 290ae4e096c1..2ae05a550bd6 100644 --- a/media-libs/mesa/mesa-23.3.0_rc5.ebuild +++ b/media-libs/mesa/mesa-23.3.0_rc5-r1.ebuild @@ -115,9 +115,9 @@ RDEPEND="${RDEPEND} # simultaneously. # # How to use it: -# 1. Specify LLVM_MAX_SLOT (inclusive), e.g. 16. +# 1. Specify LLVM_MAX_SLOT (inclusive), e.g. 17. # 2. Specify LLVM_MIN_SLOT (inclusive), e.g. 15. -LLVM_MAX_SLOT="16" +LLVM_MAX_SLOT="17" LLVM_MIN_SLOT="15" LLVM_USE_DEPS="llvm_targets_AMDGPU(+),${MULTILIB_USEDEP}" PER_SLOT_DEPSTR=" diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild index 290ae4e096c1..2ae05a550bd6 100644 --- a/media-libs/mesa/mesa-9999.ebuild +++ b/media-libs/mesa/mesa-9999.ebuild @@ -115,9 +115,9 @@ RDEPEND="${RDEPEND} # simultaneously. # # How to use it: -# 1. Specify LLVM_MAX_SLOT (inclusive), e.g. 16. +# 1. Specify LLVM_MAX_SLOT (inclusive), e.g. 17. # 2. Specify LLVM_MIN_SLOT (inclusive), e.g. 15. -LLVM_MAX_SLOT="16" +LLVM_MAX_SLOT="17" LLVM_MIN_SLOT="15" LLVM_USE_DEPS="llvm_targets_AMDGPU(+),${MULTILIB_USEDEP}" PER_SLOT_DEPSTR=" |