diff options
author | William Breathitt Gray <william.gray@linaro.org> | 2023-02-19 16:29:51 -0500 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2023-02-19 21:54:38 +0000 |
commit | b714276eac9895d8e5c172c543d0226b4807e69d (patch) | |
tree | b5f132576fe693592e3c8569b9e1e686b7b88476 /games-fps | |
parent | games-fps/chocolate-doom: enable py3.11 (diff) | |
download | gentoo-b714276eac9895d8e5c172c543d0226b4807e69d.tar.gz gentoo-b714276eac9895d8e5c172c543d0226b4807e69d.tar.bz2 gentoo-b714276eac9895d8e5c172c543d0226b4807e69d.zip |
games-fps/freedoom-data: enable py3.11
Signed-off-by: William Breathitt Gray <william.gray@linaro.org>
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'games-fps')
-rw-r--r-- | games-fps/freedoom-data/freedoom-data-0.12.1-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games-fps/freedoom-data/freedoom-data-0.12.1-r1.ebuild b/games-fps/freedoom-data/freedoom-data-0.12.1-r1.ebuild index a69869926555..62bcb30b42a9 100644 --- a/games-fps/freedoom-data/freedoom-data-0.12.1-r1.ebuild +++ b/games-fps/freedoom-data/freedoom-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 |