diff options
author | Matt Turner <mattst88@gentoo.org> | 2023-12-28 10:50:21 -0500 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2023-12-28 10:52:16 -0500 |
commit | 0d295fd8dc93ea4bed0294e4ab1c07b92258b161 (patch) | |
tree | 2bc95e4268a9f213531b1951b787fdbbabfabff5 /dev-util/intel_clc | |
parent | app-cdr/xfburn: Fix bashism in configure (diff) | |
download | gentoo-0d295fd8dc93ea4bed0294e4ab1c07b92258b161.tar.gz gentoo-0d295fd8dc93ea4bed0294e4ab1c07b92258b161.tar.bz2 gentoo-0d295fd8dc93ea4bed0294e4ab1c07b92258b161.zip |
dev-util/intel_clc: Add Python 3.12 compatibility
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'dev-util/intel_clc')
-rw-r--r-- | dev-util/intel_clc/intel_clc-9999.ebuild | 2 |
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 |