projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ee02c95
)
sys-devel/lld: Enable Python 3
author
Michał Górny
<mgorny@gentoo.org>
Fri, 14 Jun 2019 16:44:57 +0000
(18:44 +0200)
committer
Michał Górny
<mgorny@gentoo.org>
Fri, 14 Jun 2019 16:45:20 +0000
(18:45 +0200)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
sys-devel/lld/lld-9999.ebuild
patch
|
blob
|
history
diff --git
a/sys-devel/lld/lld-9999.ebuild
b/sys-devel/lld/lld-9999.ebuild
index 65b1e9793b1c652abe76496cbf422360d9a610c7..8b80aaa265c15c75ab718c15978a2d6c7edaca38 100644
(file)
--- a/
sys-devel/lld/lld-9999.ebuild
+++ b/
sys-devel/lld/lld-9999.ebuild
@@
-1,4
+1,4
@@
-# Copyright 1999-201
8 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-utils git-r3 llvm multiprocessing python-any-r1