summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-07-31 15:46:29 +0200
committerMichał Górny <mgorny@gentoo.org>2022-07-31 15:56:47 +0200
commit3cd1003894bd60b0192fe542308b0ff26a72f218 (patch)
tree7a8e43ffd4ce9f8aa1082e5d607030446a41247a /dev-libs
parentsys-libs/libomp: Enable py3.11 (diff)
downloadgentoo-3cd1003894bd60b0192fe542308b0ff26a72f218.tar.gz
gentoo-3cd1003894bd60b0192fe542308b0ff26a72f218.tar.bz2
gentoo-3cd1003894bd60b0192fe542308b0ff26a72f218.zip
dev-libs/libclc: Enable py3.11
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-libs')
-rw-r--r--dev-libs/libclc/libclc-15.0.0.9999.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/libclc/libclc-15.0.0.9999.ebuild b/dev-libs/libclc/libclc-15.0.0.9999.ebuild
index 7d9edc440d2b..4ec05a0a963c 100644
--- a/dev-libs/libclc/libclc-15.0.0.9999.ebuild
+++ b/dev-libs/libclc/libclc-15.0.0.9999.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
inherit cmake llvm llvm.org python-any-r1
DESCRIPTION="OpenCL C library"