diff options
author | 2022-11-20 04:03:50 -0500 | |
---|---|---|
committer | 2022-11-23 01:43:39 +0000 | |
commit | e2c290ba221acf7b0070a46829d8caa318e4ecea (patch) | |
tree | e8cf8ca7dcafabc8e82abbda146323ece7a6ff6f /dev-cpp/gtest | |
parent | dev-cpp/gtest: add loong keyword to 9999 (diff) | |
download | gentoo-e2c290ba221acf7b0070a46829d8caa318e4ecea.tar.gz gentoo-e2c290ba221acf7b0070a46829d8caa318e4ecea.tar.bz2 gentoo-e2c290ba221acf7b0070a46829d8caa318e4ecea.zip |
dev-cpp/gtest: enable py3.11
Tested, working with python-3.11.0_p2.
Signed-off-by: Peter Levine <plevine457@gmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-cpp/gtest')
-rw-r--r-- | dev-cpp/gtest/gtest-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-cpp/gtest/gtest-9999.ebuild b/dev-cpp/gtest/gtest-9999.ebuild index 6e0f6bd08c96..a337f063e2df 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_{8..10} ) +PYTHON_COMPAT=( python3_{8..11} ) inherit cmake-multilib python-any-r1 |