commit: e48775b2309e0ff66fe8c723eef8688505fe5917 Author: William Breathitt Gray <william.gray <AT> linaro <DOT> org> AuthorDate: Sun Feb 19 21:33:53 2023 +0000 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org> CommitDate: Sun Feb 19 21:54:42 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e48775b2
games-fps/freedm-data: enable py3.11 Signed-off-by: William Breathitt Gray <william.gray <AT> linaro.org> Closes: https://github.com/gentoo/gentoo/pull/29673 Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org> games-fps/freedm-data/freedm-data-0.12.1-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games-fps/freedm-data/freedm-data-0.12.1-r1.ebuild b/games-fps/freedm-data/freedm-data-0.12.1-r1.ebuild index 3c56e0ea3517..91fb8e1a61e9 100644 --- a/games-fps/freedm-data/freedm-data-0.12.1-r1.ebuild +++ b/games-fps/freedm-data/freedm-data-0.12.1-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{9,10} ) +PYTHON_COMPAT=( python3_{9..11} ) inherit prefix python-any-r1 xdg
