sys-libs/libcxxabi: Enable Python 3 in -9999
authorMichał Górny <mgorny@gentoo.org>
Wed, 12 Jun 2019 17:33:09 +0000 (19:33 +0200)
committerMichał Górny <mgorny@gentoo.org>
Thu, 13 Jun 2019 11:11:17 +0000 (13:11 +0200)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
sys-libs/libcxxabi/libcxxabi-9999.ebuild

index a5db8cc56c06340e3f7abab20c858347af15a74d..96050b186e9fd2c5b5febee812b230716569a4e1 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -6,7 +6,7 @@ EAPI=6
 : ${CMAKE_MAKEFILE_GENERATOR:=ninja}
 # (needed due to CMAKE_BUILD_TYPE != Gentoo)
 CMAKE_MIN_VERSION=3.7.0-r1
-PYTHON_COMPAT=( python2_7 )
+PYTHON_COMPAT=( python{2_7,3_{5,6,7}} )
 
 inherit cmake-multilib git-r3 llvm multiprocessing python-any-r1