diff options
author | William Breathitt Gray <vilhelm.gray@gmail.com> | 2021-03-05 18:18:40 +0900 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2021-03-05 23:11:29 +0000 |
commit | b1240b97e14e81c021343a54f36adcf11cff3b08 (patch) | |
tree | daf6565405d60b57015f9c89bb621ec7eb808bcb /games-fps | |
parent | games-fps/chocolate-doom: Add Python 3.9 target (diff) | |
download | gentoo-b1240b97e14e81c021343a54f36adcf11cff3b08.tar.gz gentoo-b1240b97e14e81c021343a54f36adcf11cff3b08.tar.bz2 gentoo-b1240b97e14e81c021343a54f36adcf11cff3b08.zip |
games-fps/freedoom-data: Add PYTHON_COMPAT=python3_9
Closes: https://bugs.gentoo.org/774285
Signed-off-by: William Breathitt Gray <vilhelm.gray@gmail.com>
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.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games-fps/freedoom-data/freedoom-data-0.12.1.ebuild b/games-fps/freedoom-data/freedoom-data-0.12.1.ebuild index 5acd29448c90..d506e261de89 100644 --- a/games-fps/freedoom-data/freedoom-data-0.12.1.ebuild +++ b/games-fps/freedoom-data/freedoom-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 |