projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fac747a
)
sys-libs/libcxx: Enable Python 3
author
Michał Górny
<mgorny@gentoo.org>
Mon, 17 Jun 2019 05:54:16 +0000
(07:54 +0200)
committer
Michał Górny
<mgorny@gentoo.org>
Mon, 17 Jun 2019 06:25:06 +0000
(08:25 +0200)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
sys-libs/libcxx/libcxx-9999.ebuild
patch
|
blob
|
history
diff --git
a/sys-libs/libcxx/libcxx-9999.ebuild
b/sys-libs/libcxx/libcxx-9999.ebuild
index 2547da3dfa77d34fa72b029e616dad3952bd1f9b..06a570bb8c0f7f07818ec2e49c5618bcae2b77e8 100644
(file)
--- a/
sys-libs/libcxx/libcxx-9999.ebuild
+++ b/
sys-libs/libcxx/libcxx-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
@@
-10,7
+10,7
@@
EAPI=6
CMAKE_MIN_VERSION=3.7.0-r1
EGIT_REPO_URI="https://git.llvm.org/git/libcxx.git
https://github.com/llvm-mirror/libcxx.git"
-PYTHON_COMPAT=( python
2_7
)
+PYTHON_COMPAT=( python
{2_7,3_{5,6,7}}
)
[[ ${PV} == 9999 ]] && SCM="git-r3" || SCM=""