Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/gtest/
Date: Tue, 29 Aug 2017 20:30:26
Message-Id: 1504038613.312c0e521f86798ac3209e25641c41e9829f9d2d.monsieurp@gentoo
1 commit: 312c0e521f86798ac3209e25641c41e9829f9d2d
2 Author: Peter Levine <plevine457 <AT> gmail <DOT> com>
3 AuthorDate: Sun Aug 20 23:36:05 2017 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 29 20:30:13 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=312c0e52
7
8 dev-cpp/gtest: update PYTHON_COMPAT.
9
10 All tests pass and build succeeds now with python-2.7 python3.{4,5,6}, and
11 pypy.
12
13 Package-Manager: Portage-2.3.6, Repoman-2.3.2
14
15 dev-cpp/gtest/gtest-9999.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/dev-cpp/gtest/gtest-9999.ebuild b/dev-cpp/gtest/gtest-9999.ebuild
19 index d02a3150e9c..47a3ca79f6e 100644
20 --- a/dev-cpp/gtest/gtest-9999.ebuild
21 +++ b/dev-cpp/gtest/gtest-9999.ebuild
22 @@ -4,7 +4,7 @@
23 EAPI=6
24
25 # Python is required for tests and some build tasks.
26 -PYTHON_COMPAT=( python2_7 )
27 +PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy )
28
29 inherit git-r3 python-any-r1 cmake-multilib