commit: 18140da18d96f2ccfa53eee4bd7696a8b62690ad Author: Peter Levine <plevine457 <AT> gmail <DOT> com> AuthorDate: Wed Jun 4 02:32:50 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Jun 8 04:52:04 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18140da1
dev-cpp/gtest: enable py3.14 Signed-off-by: Peter Levine <plevine457 <AT> gmail.com> Part-of: https://github.com/gentoo/gentoo/pull/42434 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-cpp/gtest/gtest-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-cpp/gtest/gtest-9999.ebuild b/dev-cpp/gtest/gtest-9999.ebuild index 9772c8c9667e..2bc9400cc078 100644 --- a/dev-cpp/gtest/gtest-9999.ebuild +++ b/dev-cpp/gtest/gtest-9999.ebuild @@ -4,7 +4,7 @@ EAPI=8 # Python is required for tests and some build tasks. -PYTHON_COMPAT=( python3_{10..13} ) +PYTHON_COMPAT=( python3_{10..14} ) inherit cmake-multilib flag-o-matic python-any-r1 toolchain-funcs
