diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-10 14:04:29 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-10 14:25:40 +0100 |
commit | 28097bb2688ff2d620441e25f256b098886e7cc0 (patch) | |
tree | 67fdb1fd36604b2a1465417b521436b8c0f8b0df /dev-cpp | |
parent | dev-cpp/catch: Remove py2 where possible (diff) | |
download | gentoo-28097bb2688ff2d620441e25f256b098886e7cc0.tar.gz gentoo-28097bb2688ff2d620441e25f256b098886e7cc0.tar.bz2 gentoo-28097bb2688ff2d620441e25f256b098886e7cc0.zip |
dev-cpp/gtest: Remove py2 where possible
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-cpp')
-rw-r--r-- | dev-cpp/gtest/gtest-1.8.0-r1.ebuild | 2 | ||||
-rw-r--r-- | dev-cpp/gtest/gtest-1.8.0.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
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 |