commit: 358fd9d92f80203274b486f7956e927d660800a5 Author: Mike Lothian <mike <AT> fireburn <DOT> co <DOT> uk> AuthorDate: Thu Oct 26 09:27:39 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Nov 27 11:17:49 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=358fd9d9
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 <AT> fireburn.co.uk> Signed-off-by: Sam James <sam <AT> gentoo.org> media-libs/mesa/{mesa-23.3.0_rc5.ebuild => mesa-23.3.0_rc5-r1.ebuild} | 4 ++-- 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 similarity index 99% rename from media-libs/mesa/mesa-23.3.0_rc5.ebuild rename to 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="
