projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
53395da
)
dev-util/lldb: Revert py3.7 support, install rules are broken
author
Michał Górny
<mgorny@gentoo.org>
Sat, 21 Sep 2019 17:24:02 +0000
(19:24 +0200)
committer
Michał Górny
<mgorny@gentoo.org>
Sat, 21 Sep 2019 17:39:21 +0000
(19:39 +0200)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-util/lldb/lldb-9.0.0.ebuild
patch
|
blob
|
history
diff --git
a/dev-util/lldb/lldb-9.0.0.ebuild
b/dev-util/lldb/lldb-9.0.0.ebuild
index ea3daede41b367d4956c38963a937c826f9b414c..84fc69b2d438ba0622838bd13c7702ad84d714f3 100644
(file)
--- a/
dev-util/lldb/lldb-9.0.0.ebuild
+++ b/
dev-util/lldb/lldb-9.0.0.ebuild
@@
-6,7
+6,7
@@
EAPI=7
: ${CMAKE_MAKEFILE_GENERATOR:=ninja}
# (needed due to CMAKE_BUILD_TYPE != Gentoo)
CMAKE_MIN_VERSION=3.7.0-r1
-PYTHON_COMPAT=( python{2_7,3_{5,6
,7
}} )
+PYTHON_COMPAT=( python{2_7,3_{5,6}} )
inherit cmake-utils llvm multiprocessing python-single-r1 \
toolchain-funcs