commit: 312c0e521f86798ac3209e25641c41e9829f9d2d
Author: Peter Levine <plevine457 <AT> gmail <DOT> com>
AuthorDate: Sun Aug 20 23:36:05 2017 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Tue Aug 29 20:30:13 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=312c0e52
dev-cpp/gtest: update PYTHON_COMPAT.
All tests pass and build succeeds now with python-2.7 python3.{4,5,6}, and
pypy.
Package-Manager: Portage-2.3.6, Repoman-2.3.2
dev-cpp/gtest/gtest-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-cpp/gtest/gtest-9999.ebuild b/dev-cpp/gtest/gtest-9999.ebuild
index d02a3150e9c..47a3ca79f6e 100644
--- 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 )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy )
inherit git-r3 python-any-r1 cmake-multilib