dev-cpp/gtest: Remove py2 where possible

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2020-02-10 14:04:29 +01:00
parent 4f90daf5a7
commit 28097bb268
2 changed files with 2 additions and 2 deletions

View 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

View 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