mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
dev-cpp/gtest: Remove python3 support
Tests currently fail with python3. Remove support pending https://github.com/google/googletest/pull/1839. Package-Manager: Portage-2.3.49, Repoman-2.3.10
This commit is contained in:
committed by
Michał Górny
parent
26c3f8fd0e
commit
29813dfe92
@@ -4,7 +4,7 @@
|
||||
EAPI="6"
|
||||
|
||||
# Python is required for tests and some build tasks.
|
||||
PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy )
|
||||
PYTHON_COMPAT=( python2_7 pypy )
|
||||
|
||||
inherit cmake-multilib python-any-r1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user