From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1628380-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))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id 85925158064
	for <garchives@archives.gentoo.org>; Mon,  6 May 2024 15:29:56 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 586722BC024;
	Mon,  6 May 2024 15:29:54 +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))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 3886D2BC024
	for <gentoo-commits@lists.gentoo.org>; Mon,  6 May 2024 15:29:54 +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))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 48265343106
	for <gentoo-commits@lists.gentoo.org>; Mon,  6 May 2024 15:29:53 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 80EB81A40
	for <gentoo-commits@lists.gentoo.org>; Mon,  6 May 2024 15:29:50 +0000 (UTC)
From: "Michał Górny" <mgorny@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, "Michał Górny" <mgorny@gentoo.org>
Message-ID: <1715009383.6c3ee8dab7fa32a87a3e6807229bfe158a5f529e.mgorny@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libclc/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-libs/libclc/libclc-18.1.5.ebuild dev-libs/libclc/libclc-19.0.0.9999.ebuild dev-libs/libclc/libclc-19.0.0_pre20240504.ebuild
X-VCS-Directories: dev-libs/libclc/
X-VCS-Committer: mgorny
X-VCS-Committer-Name: Michał Górny
X-VCS-Revision: 6c3ee8dab7fa32a87a3e6807229bfe158a5f529e
X-VCS-Branch: master
Date: Mon,  6 May 2024 15:29:50 +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: 70cf872e-a5f5-4800-b887-01b10dcbffac
X-Archives-Hash: e2d631eea55dbf3aa6042f91691c6f84

commit:     6c3ee8dab7fa32a87a3e6807229bfe158a5f529e
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon May  6 15:08:31 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon May  6 15:29:43 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c3ee8da

dev-libs/libclc: Extend LLVM_COMPAT to include 18 in 18+

Closes: https://bugs.gentoo.org/931280
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-libs/libclc/libclc-18.1.5.ebuild             | 2 +-
 dev-libs/libclc/libclc-19.0.0.9999.ebuild        | 2 +-
 dev-libs/libclc/libclc-19.0.0_pre20240504.ebuild | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-libs/libclc/libclc-18.1.5.ebuild b/dev-libs/libclc/libclc-18.1.5.ebuild
index 1a8008058811..fc25d8e06fa4 100644
--- a/dev-libs/libclc/libclc-18.1.5.ebuild
+++ b/dev-libs/libclc/libclc-18.1.5.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-LLVM_COMPAT=( 17 )
+LLVM_COMPAT=( {17..18} )
 PYTHON_COMPAT=( python3_{10..12} )
 inherit cmake llvm.org llvm-r1 python-any-r1
 

diff --git a/dev-libs/libclc/libclc-19.0.0.9999.ebuild b/dev-libs/libclc/libclc-19.0.0.9999.ebuild
index 15a69aca7556..d57c9ec1fe3a 100644
--- a/dev-libs/libclc/libclc-19.0.0.9999.ebuild
+++ b/dev-libs/libclc/libclc-19.0.0.9999.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-LLVM_COMPAT=( {15..17} )
+LLVM_COMPAT=( {17..18} )
 PYTHON_COMPAT=( python3_{10..12} )
 inherit cmake llvm.org llvm-r1 python-any-r1
 

diff --git a/dev-libs/libclc/libclc-19.0.0_pre20240504.ebuild b/dev-libs/libclc/libclc-19.0.0_pre20240504.ebuild
index 15a69aca7556..d57c9ec1fe3a 100644
--- a/dev-libs/libclc/libclc-19.0.0_pre20240504.ebuild
+++ b/dev-libs/libclc/libclc-19.0.0_pre20240504.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-LLVM_COMPAT=( {15..17} )
+LLVM_COMPAT=( {17..18} )
 PYTHON_COMPAT=( python3_{10..12} )
 inherit cmake llvm.org llvm-r1 python-any-r1