commit: 35d005a7ee4250d7a590cae901b4c10743e1fdbd Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Tue Nov 28 07:56:12 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue Nov 28 07:56:25 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35d005a7
dev-util/intel_clc: allow LLVM 17 I meant to do this in 358fd9d92f80203274b486f7956e927d660800a5. Bug: https://bugs.gentoo.org/918516 Signed-off-by: Sam James <sam <AT> gentoo.org> .../{intel_clc-23.3.0_rc5.ebuild => intel_clc-23.3.0_rc5-r1.ebuild} | 4 ++-- dev-util/intel_clc/intel_clc-9999.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-util/intel_clc/intel_clc-23.3.0_rc5.ebuild b/dev-util/intel_clc/intel_clc-23.3.0_rc5-r1.ebuild similarity index 97% rename from dev-util/intel_clc/intel_clc-23.3.0_rc5.ebuild rename to dev-util/intel_clc/intel_clc-23.3.0_rc5-r1.ebuild index cf18be99437e..e1a7520244d4 100644 --- a/dev-util/intel_clc/intel_clc-23.3.0_rc5.ebuild +++ b/dev-util/intel_clc/intel_clc-23.3.0_rc5-r1.ebuild @@ -46,9 +46,9 @@ BDEPEND=" # 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" PER_SLOT_DEPSTR=" ( diff --git a/dev-util/intel_clc/intel_clc-9999.ebuild b/dev-util/intel_clc/intel_clc-9999.ebuild index cf18be99437e..e1a7520244d4 100644 --- a/dev-util/intel_clc/intel_clc-9999.ebuild +++ b/dev-util/intel_clc/intel_clc-9999.ebuild @@ -46,9 +46,9 @@ BDEPEND=" # 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" PER_SLOT_DEPSTR=" (
