projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f1ae53b
)
sys-libs/libcxxabi: Enable Python 3 in -9999
author
Michał Górny
<mgorny@gentoo.org>
Wed, 12 Jun 2019 17:33:09 +0000
(19:33 +0200)
committer
Michał 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
patch
|
blob
|
history
diff --git
a/sys-libs/libcxxabi/libcxxabi-9999.ebuild
b/sys-libs/libcxxabi/libcxxabi-9999.ebuild
index a5db8cc56c06340e3f7abab20c858347af15a74d..96050b186e9fd2c5b5febee812b230716569a4e1 100644
(file)
--- a/
sys-libs/libcxxabi/libcxxabi-9999.ebuild
+++ b/
sys-libs/libcxxabi/libcxxabi-9999.ebuild
@@
-1,4
+1,4
@@
-# Copyright 1999-201
7 Gentoo Foundation
+# Copyright 1999-201
9 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=( python
2_7
)
+PYTHON_COMPAT=( python
{2_7,3_{5,6,7}}
)
inherit cmake-multilib git-r3 llvm multiprocessing python-any-r1