summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-02-10 14:06:18 +0100
committerMichał Górny <mgorny@gentoo.org>2020-02-10 14:26:44 +0100
commitbc6283af176823d77052f7c86c832802681f1ef3 (patch)
tree8575df8a8783e12a338578d047ef5ee6749fb8b4 /sys-libs/libcxxabi/libcxxabi-10.0.0.9999.ebuild
parentsys-libs/libcxx: Remove py2 where possible (diff)
downloadgentoo-bc6283af176823d77052f7c86c832802681f1ef3.tar.gz
gentoo-bc6283af176823d77052f7c86c832802681f1ef3.tar.bz2
gentoo-bc6283af176823d77052f7c86c832802681f1ef3.zip
sys-libs/libcxxabi: Remove py2 where possible
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-libs/libcxxabi/libcxxabi-10.0.0.9999.ebuild')
-rw-r--r--sys-libs/libcxxabi/libcxxabi-10.0.0.9999.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-libs/libcxxabi/libcxxabi-10.0.0.9999.ebuild b/sys-libs/libcxxabi/libcxxabi-10.0.0.9999.ebuild
index d096ef109678..5fde58fa218d 100644
--- a/sys-libs/libcxxabi/libcxxabi-10.0.0.9999.ebuild
+++ b/sys-libs/libcxxabi/libcxxabi-10.0.0.9999.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python{2_7,3_{6,7}} )
+PYTHON_COMPAT=( python3_{6,7} )
inherit cmake-multilib llvm llvm.org multiprocessing python-any-r1
DESCRIPTION="Low level support for a standard C++ library"