summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2023-12-28 10:50:21 -0500
committerMatt Turner <mattst88@gentoo.org>2023-12-28 10:52:16 -0500
commit0d295fd8dc93ea4bed0294e4ab1c07b92258b161 (patch)
tree2bc95e4268a9f213531b1951b787fdbbabfabff5
parentapp-cdr/xfburn: Fix bashism in configure (diff)
downloadgentoo-0d295fd8.tar.gz
gentoo-0d295fd8.tar.bz2
gentoo-0d295fd8.zip
dev-util/intel_clc: Add Python 3.12 compatibility
Signed-off-by: Matt Turner <mattst88@gentoo.org>
-rw-r--r--dev-util/intel_clc/intel_clc-9999.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/intel_clc/intel_clc-9999.ebuild b/dev-util/intel_clc/intel_clc-9999.ebuild
index e1a7520244d4..b96f57ecbd96 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
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
inherit llvm meson python-any-r1