dev-cpp/gtest: Remove py2 where possible
authorMichał Górny <mgorny@gentoo.org>
Mon, 10 Feb 2020 13:04:29 +0000 (14:04 +0100)
committerMichał Górny <mgorny@gentoo.org>
Mon, 10 Feb 2020 13:25:40 +0000 (14:25 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-cpp/gtest/gtest-1.8.0-r1.ebuild
dev-cpp/gtest/gtest-1.8.0.ebuild

index d0bb702c3d7ca82fa39fcacb41c9ee5b8603f59f..9944f7eff03f15d197347f97018c21bd26b50813 100644 (file)
@@ -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
 
index a2a23c63fefa544d155601ca7cc71c086c29aae5..1c2aa8c9576057fb5ce90f0513bbd1742d1ffc8a 100644 (file)
@@ -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