diff options
author | Peter Levine <plevine457@gmail.com> | 2018-09-18 17:37:26 -0400 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-09-22 09:07:12 +0200 |
commit | 29813dfe9222aa81b9706f29dbb5d91bc0a81c55 (patch) | |
tree | f4d242b6f37a7f16e741085b89e398e12d35f33e /dev-cpp/gtest/gtest-9999.ebuild | |
parent | dev-cpp/gtest: Adjust dodoc syntax (diff) | |
download | gentoo-29813dfe9222aa81b9706f29dbb5d91bc0a81c55.tar.gz gentoo-29813dfe9222aa81b9706f29dbb5d91bc0a81c55.tar.bz2 gentoo-29813dfe9222aa81b9706f29dbb5d91bc0a81c55.zip |
dev-cpp/gtest: Remove python3 support
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
Diffstat (limited to 'dev-cpp/gtest/gtest-9999.ebuild')
-rw-r--r-- | dev-cpp/gtest/gtest-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-cpp/gtest/gtest-9999.ebuild b/dev-cpp/gtest/gtest-9999.ebuild index 8f46196ac70d..7a444173666d 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 python3_{4,5,6} pypy ) +PYTHON_COMPAT=( python2_7 pypy ) inherit cmake-multilib python-any-r1 |