diff options
author | Sam James <sam@gentoo.org> | 2021-01-12 13:54:05 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-01-12 15:22:05 +0000 |
commit | 50f81b09ffb2ebc1b94ceedc763e77ad598b4426 (patch) | |
tree | 9add792bb5518eff7f6d71a9c42dc7dfa083d89c /games-fps/doomsday | |
parent | games-misc/ponysay: add Python 3.8, 3.9 (diff) | |
download | gentoo-50f81b09ffb2ebc1b94ceedc763e77ad598b4426.tar.gz gentoo-50f81b09ffb2ebc1b94ceedc763e77ad598b4426.tar.bz2 gentoo-50f81b09ffb2ebc1b94ceedc763e77ad598b4426.zip |
games-fps/doomsday: add Python 3.8, 3.9
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'games-fps/doomsday')
-rw-r--r-- | games-fps/doomsday/doomsday-2.1.1-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-fps/doomsday/doomsday-2.1.1-r1.ebuild b/games-fps/doomsday/doomsday-2.1.1-r1.ebuild index 8aa9456f5752..47cd24259c18 100644 --- a/games-fps/doomsday/doomsday-2.1.1-r1.ebuild +++ b/games-fps/doomsday/doomsday-2.1.1-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7,8,9} ) inherit cmake python-any-r1 qmake-utils readme.gentoo-r1 |