summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-07-06 16:12:51 +0200
committerMichał Górny <mgorny@gentoo.org>2021-07-06 17:21:03 +0200
commit96ffe264281d6498a1d11d41699c5053f6b52fc8 (patch)
treee6322e978330812818b62a4458f9eca3424f4a0e /sys-libs/libcxx/libcxx-13.0.0.9999.ebuild
parentsys-libs/libcxxabi: Enable py3.10 (diff)
downloadgentoo-96ffe264281d6498a1d11d41699c5053f6b52fc8.tar.gz
gentoo-96ffe264281d6498a1d11d41699c5053f6b52fc8.tar.bz2
gentoo-96ffe264281d6498a1d11d41699c5053f6b52fc8.zip
sys-libs/libcxx: Enable py3.10
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-libs/libcxx/libcxx-13.0.0.9999.ebuild')
-rw-r--r--sys-libs/libcxx/libcxx-13.0.0.9999.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-libs/libcxx/libcxx-13.0.0.9999.ebuild b/sys-libs/libcxx/libcxx-13.0.0.9999.ebuild
index 861d92b62c20..db5b489c505b 100644
--- a/sys-libs/libcxx/libcxx-13.0.0.9999.ebuild
+++ b/sys-libs/libcxx/libcxx-13.0.0.9999.ebuild
@@ -4,7 +4,7 @@
EAPI=7
CMAKE_ECLASS=cmake
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{8..10} )
inherit cmake-multilib llvm llvm.org python-any-r1 toolchain-funcs
DESCRIPTION="New implementation of the C++ standard library, targeting C++11"