diff options
author | Sam James <sam@gentoo.org> | 2023-11-28 07:56:12 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-11-28 07:56:25 +0000 |
commit | 35d005a7ee4250d7a590cae901b4c10743e1fdbd (patch) | |
tree | a8f26e95470b8810ac2ad0ce3d2d98c9552edd53 /dev-util/intel_clc | |
parent | dev-ruby/deckar01-task_list: enable ruby32 (diff) | |
download | gentoo-35d005a7ee4250d7a590cae901b4c10743e1fdbd.tar.gz gentoo-35d005a7ee4250d7a590cae901b4c10743e1fdbd.tar.bz2 gentoo-35d005a7ee4250d7a590cae901b4c10743e1fdbd.zip |
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@gentoo.org>
Diffstat (limited to 'dev-util/intel_clc')
-rw-r--r-- | dev-util/intel_clc/intel_clc-23.3.0_rc5-r1.ebuild (renamed from dev-util/intel_clc/intel_clc-23.3.0_rc5.ebuild) | 4 | ||||
-rw-r--r-- | 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 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=" ( |