Skip to content

Commit

Permalink
dev-cpp/gtest: Add support for python3_{6,7,8,9}
Browse files Browse the repository at this point in the history
Tested working with 3.6.10-r2, 3.7.7-r3, 3.8.3-r1, 3.9.0_beta2

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 ac7ce29 commit 7a167e3
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 )
PYTHON_COMPAT=( python2_7 python3_{6,7,8,9} )

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

0 comments on commit 7a167e3

Please sign in to comment.