commit: c83b582b367b522c0371b8afbf942fcb3f31fc4a
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 21 04:38:44 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Jan 21 04:39:12 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c83b582b
llvm-core/libclc: Allow spirv-llvm-translator 20 in 20.x
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
llvm-core/libclc/libclc-20.0.0.9999.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/llvm-core/libclc/libclc-20.0.0.9999.ebuild
b/llvm-core/libclc/libclc-20.0.0.9999.ebuild
index f64d8751be55..f1b5637f6dd9 100644
--- a/llvm-core/libclc/libclc-20.0.0.9999.ebuild
+++ b/llvm-core/libclc/libclc-20.0.0.9999.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-LLVM_COMPAT=( {17..19} )
+LLVM_COMPAT=( {17..20} )
PYTHON_COMPAT=( python3_{10..13} )
inherit cmake llvm.org llvm-r1 python-any-r1