diff options
author | William Breathitt Gray <vilhelm.gray@gmail.com> | 2020-10-01 09:11:04 -0400 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2020-10-01 16:28:50 +0100 |
commit | 49ee330442f6bdafb694840d2cb777d3b64c8236 (patch) | |
tree | d63d41f6fb9f0f106aa58148fa907bb4190439c1 /games-fps | |
parent | games-fps/freedoom-data: Add PYTHON_COMPAT=python3_8 (diff) | |
download | gentoo-49ee330442f6bdafb694840d2cb777d3b64c8236.tar.gz gentoo-49ee330442f6bdafb694840d2cb777d3b64c8236.tar.bz2 gentoo-49ee330442f6bdafb694840d2cb777d3b64c8236.zip |
games-fps/freedm-data: Add PYTHON_COMPAT=python3_8
Signed-off-by: William Breathitt Gray <vilhelm.gray@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/17732
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 ee96b6571c08..4c043a2ee3c1 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_{6,7} ) +PYTHON_COMPAT=( python3_{7,8} ) inherit prefix python-any-r1 xdg |