diff options
author | William Breathitt Gray <vilhelm.gray@gmail.com> | 2021-03-05 18:22:50 +0900 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2021-03-05 23:11:32 +0000 |
commit | 82c9bd6ce044b6ca590db51d3b8ee66c600166f1 (patch) | |
tree | 92a27e7e2f744f50092c19b73aca9025766274d9 /games-fps | |
parent | games-fps/freedoom-data: Add PYTHON_COMPAT=python3_9 (diff) | |
download | gentoo-82c9bd6ce044b6ca590db51d3b8ee66c600166f1.tar.gz gentoo-82c9bd6ce044b6ca590db51d3b8ee66c600166f1.tar.bz2 gentoo-82c9bd6ce044b6ca590db51d3b8ee66c600166f1.zip |
games-fps/freedm-data: Add PYTHON_COMPAT=python3_9
Closes: https://bugs.gentoo.org/774288
Signed-off-by: William Breathitt Gray <vilhelm.gray@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/19769
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'games-fps')
-rw-r--r-- | games-fps/freedm-data/freedm-data-0.12.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games-fps/freedm-data/freedm-data-0.12.1.ebuild b/games-fps/freedm-data/freedm-data-0.12.1.ebuild index 4c043a2ee3c1..791aeefb98a4 100644 --- a/games-fps/freedm-data/freedm-data-0.12.1.ebuild +++ b/games-fps/freedm-data/freedm-data-0.12.1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7,8} ) +PYTHON_COMPAT=( python3_{7,8,9} ) inherit prefix python-any-r1 xdg |