From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1574131-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id 2BEA1158099
	for <garchives@archives.gentoo.org>; Tue, 28 Nov 2023 07:57:06 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 65FCA2BC034;
	Tue, 28 Nov 2023 07:57:05 +0000 (UTC)
Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256)
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 413FC2BC014
	for <gentoo-commits@lists.gentoo.org>; Tue, 28 Nov 2023 07:57:05 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256)
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 2825F342F65
	for <gentoo-commits@lists.gentoo.org>; Tue, 28 Nov 2023 07:57:04 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 66BA01074
	for <gentoo-commits@lists.gentoo.org>; Tue, 28 Nov 2023 07:57:02 +0000 (UTC)
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" <sam@gentoo.org>
Message-ID: <1701158185.35d005a7ee4250d7a590cae901b4c10743e1fdbd.sam@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/intel_clc/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-util/intel_clc/intel_clc-23.3.0_rc5-r1.ebuild dev-util/intel_clc/intel_clc-23.3.0_rc5.ebuild dev-util/intel_clc/intel_clc-9999.ebuild
X-VCS-Directories: dev-util/intel_clc/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: 35d005a7ee4250d7a590cae901b4c10743e1fdbd
X-VCS-Branch: master
Date: Tue, 28 Nov 2023 07:57:02 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: af1d24c7-83f5-4f7b-9ee0-b30e99a75c5e
X-Archives-Hash: 832465c6cf9d54300d95551ed754a934

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="
 	(