diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-06-12 19:33:09 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-06-13 13:11:17 +0200 |
commit | 03b31a5465e0f7e561656d6091563e88ece71b84 (patch) | |
tree | e7368dc6650cfb427780f7b1e1d07819b29d3935 /sys-libs | |
parent | app-crypt/heimdal: fix build failure (diff) | |
download | gentoo-03b31a5465e0f7e561656d6091563e88ece71b84.tar.gz gentoo-03b31a5465e0f7e561656d6091563e88ece71b84.tar.bz2 gentoo-03b31a5465e0f7e561656d6091563e88ece71b84.zip |
sys-libs/libcxxabi: Enable Python 3 in -9999
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/libcxxabi/libcxxabi-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-libs/libcxxabi/libcxxabi-9999.ebuild b/sys-libs/libcxxabi/libcxxabi-9999.ebuild index a5db8cc56c06..96050b186e9f 100644 --- a/sys-libs/libcxxabi/libcxxabi-9999.ebuild +++ b/sys-libs/libcxxabi/libcxxabi-9999.ebuild @@ -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 |