Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/gtest/
Date: Sat, 22 Sep 2018 07:07:34
Message-Id: 1537600032.29813dfe9222aa81b9706f29dbb5d91bc0a81c55.mgorny@gentoo
1 commit: 29813dfe9222aa81b9706f29dbb5d91bc0a81c55
2 Author: Peter Levine <plevine457 <AT> gmail <DOT> com>
3 AuthorDate: Tue Sep 18 21:37:26 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 22 07:07:12 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29813dfe
7
8 dev-cpp/gtest: Remove python3 support
9
10 Tests currently fail with python3. Remove support
11 pending https://github.com/google/googletest/pull/1839.
12
13 Package-Manager: Portage-2.3.49, Repoman-2.3.10
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 8f46196ac70..7a444173666 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 python3_{4,5,6} pypy )
27 +PYTHON_COMPAT=( python2_7 pypy )
28
29 inherit cmake-multilib python-any-r1