mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-04 00:08:09 -07:00
dev-cpp/gtest: Remove py2 where possible
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user