commit: 51cc1826a291d9f21cbbd6d71b342bb31d5748dc
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 4 14:44:19 2024 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Tue Jun 4 14:45:54 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51cc1826
dev-util/intel_clc: Add LLVM_COMPAT=18
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
dev-util/intel_clc/intel_clc-24.1.0.ebuild | 2 +-
dev-util/intel_clc/intel_clc-9999.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-util/intel_clc/intel_clc-24.1.0.ebuild
b/dev-util/intel_clc/intel_clc-24.1.0.ebuild
index f47259e8747d..df38191345d0 100644
--- a/dev-util/intel_clc/intel_clc-24.1.0.ebuild
+++ b/dev-util/intel_clc/intel_clc-24.1.0.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-LLVM_COMPAT=( 16 17 )
+LLVM_COMPAT=( {16..18} )
PYTHON_COMPAT=( python3_{10..12} )
inherit llvm-r1 meson python-any-r1
diff --git a/dev-util/intel_clc/intel_clc-9999.ebuild
b/dev-util/intel_clc/intel_clc-9999.ebuild
index f47259e8747d..df38191345d0 100644
--- a/dev-util/intel_clc/intel_clc-9999.ebuild
+++ b/dev-util/intel_clc/intel_clc-9999.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-LLVM_COMPAT=( 16 17 )
+LLVM_COMPAT=( {16..18} )
PYTHON_COMPAT=( python3_{10..12} )
inherit llvm-r1 meson python-any-r1