Skip to content

Commit

Permalink
dev-cpp/gtest: Remove python2_7 from PYTHON_COMPAT
Browse files Browse the repository at this point in the history
Python 2.7 is deprecated and sunsetted

Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Peter Levine <[email protected]>
Signed-off-by: Joonas Niilola <[email protected]>
  • Loading branch information
Peter-Levine authored and juippis committed Jul 19, 2020
1 parent 7a167e3 commit 8215ec1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-cpp/gtest/gtest-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
EAPI=7

# Python is required for tests and some build tasks.
PYTHON_COMPAT=( python2_7 python3_{6,7,8,9} )
PYTHON_COMPAT=( python3_{6,7,8,9} )

CMAKE_ECLASS=cmake
inherit cmake-multilib python-any-r1
Expand Down

0 comments on commit 8215ec1

Please sign in to comment.