From: Michał Górny Date: Mon, 10 Feb 2020 13:04:29 +0000 (+0100) Subject: dev-cpp/gtest: Remove py2 where possible X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=28097bb2688ff2d620441e25f256b098886e7cc0;p=gentoo.git dev-cpp/gtest: Remove py2 where possible Signed-off-by: Michał Górny --- diff --git a/dev-cpp/gtest/gtest-1.8.0-r1.ebuild b/dev-cpp/gtest/gtest-1.8.0-r1.ebuild index d0bb702c3d7c..9944f7eff03f 100644 --- a/dev-cpp/gtest/gtest-1.8.0-r1.ebuild +++ b/dev-cpp/gtest/gtest-1.8.0-r1.ebuild @@ -4,7 +4,7 @@ EAPI=6 # Python is required for tests and some build tasks. -PYTHON_COMPAT=( python2_7 python3_6 ) +PYTHON_COMPAT=( python3_6 ) inherit python-any-r1 cmake-multilib diff --git a/dev-cpp/gtest/gtest-1.8.0.ebuild b/dev-cpp/gtest/gtest-1.8.0.ebuild index a2a23c63fefa..1c2aa8c95760 100644 --- a/dev-cpp/gtest/gtest-1.8.0.ebuild +++ b/dev-cpp/gtest/gtest-1.8.0.ebuild @@ -4,7 +4,7 @@ EAPI=6 # Python is required for tests and some build tasks. -PYTHON_COMPAT=( python2_7 python3_6 ) +PYTHON_COMPAT=( python3_6 ) inherit python-any-r1 cmake-multilib