diff options
author | William Breathitt Gray <william.gray@linaro.org> | 2023-02-19 16:18:37 -0500 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2023-02-19 21:54:35 +0000 |
commit | 93cda2358f7cc6d2b7325fa15f86e031547df958 (patch) | |
tree | c39a78ddda68df2948771d0156160e6a7a960b47 /games-fps/chocolate-doom | |
parent | sec-keys/openpgp-keys-apache-tomcat: drop 8.5.84 (diff) | |
download | gentoo-93cda2358f7cc6d2b7325fa15f86e031547df958.tar.gz gentoo-93cda2358f7cc6d2b7325fa15f86e031547df958.tar.bz2 gentoo-93cda2358f7cc6d2b7325fa15f86e031547df958.zip |
games-fps/chocolate-doom: 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/chocolate-doom')
-rw-r--r-- | games-fps/chocolate-doom/chocolate-doom-3.0.1-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games-fps/chocolate-doom/chocolate-doom-3.0.1-r1.ebuild b/games-fps/chocolate-doom/chocolate-doom-3.0.1-r1.ebuild index f986b415dbb8..6ef3622f6d35 100644 --- a/games-fps/chocolate-doom/chocolate-doom-3.0.1-r1.ebuild +++ b/games-fps/chocolate-doom/chocolate-doom-3.0.1-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_{9..11} ) inherit autotools prefix python-any-r1 xdg DESCRIPTION="A Doom source port that is minimalist and historically accurate" |