diff options
author | William Breathitt Gray <vilhelm.gray@gmail.com> | 2021-03-05 18:07:38 +0900 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2021-03-05 23:11:09 +0000 |
commit | d0e71c55f3cca03109b99d6b5a65c05ba2fcda9b (patch) | |
tree | 765d87dbe88573e9e107a1875c96d08915c3e62b /games-fps | |
parent | www-servers/puma: remove unused patch (diff) | |
download | gentoo-d0e71c55f3cca03109b99d6b5a65c05ba2fcda9b.tar.gz gentoo-d0e71c55f3cca03109b99d6b5a65c05ba2fcda9b.tar.bz2 gentoo-d0e71c55f3cca03109b99d6b5a65c05ba2fcda9b.zip |
games-fps/chocolate-doom: Add Python 3.9 target
Closes: https://bugs.gentoo.org/774282
Signed-off-by: William Breathitt Gray <vilhelm.gray@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/19768
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'games-fps')
-rw-r--r-- | games-fps/chocolate-doom/chocolate-doom-3.0.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games-fps/chocolate-doom/chocolate-doom-3.0.1.ebuild b/games-fps/chocolate-doom/chocolate-doom-3.0.1.ebuild index 42f25a285d47..13647f2153ff 100644 --- a/games-fps/chocolate-doom/chocolate-doom-3.0.1.ebuild +++ b/games-fps/chocolate-doom/chocolate-doom-3.0.1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7,8} ) +PYTHON_COMPAT=( python3_{7,8,9} ) inherit autotools prefix python-any-r1 xdg |