projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
26c3f8f
)
dev-cpp/gtest: Remove python3 support
author
Peter Levine
<plevine457@gmail.com>
Tue, 18 Sep 2018 21:37:26 +0000
(17:37 -0400)
committer
Michał Górny
<mgorny@gentoo.org>
Sat, 22 Sep 2018 07:07:12 +0000
(09:07 +0200)
Tests currently fail with python3. Remove support
pending https://github.com/google/googletest/pull/1839.
Package-Manager: Portage-2.3.49, Repoman-2.3.10
dev-cpp/gtest/gtest-9999.ebuild
patch
|
blob
|
history
diff --git
a/dev-cpp/gtest/gtest-9999.ebuild
b/dev-cpp/gtest/gtest-9999.ebuild
index 8f46196ac70def668a76ab31f3c512ea4147dd80..7a444173666d5c51b06b17aa92826d9ca188b90b 100644
(file)
--- a/
dev-cpp/gtest/gtest-9999.ebuild
+++ b/
dev-cpp/gtest/gtest-9999.ebuild
@@
-4,7
+4,7
@@
EAPI="6"
# Python is required for tests and some build tasks.
-PYTHON_COMPAT=( python2_7 py
thon3_{4,5,6} py
py )
+PYTHON_COMPAT=( python2_7 pypy )
inherit cmake-multilib python-any-r1