diff options
author | Sam James <sam@gentoo.org> | 2021-01-11 20:49:15 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-01-11 20:59:26 +0000 |
commit | bf56327f64f823356f8265a78be6f0b37df52a97 (patch) | |
tree | e0eb7af00bca84f1236df2cef4f087b120ad031b /games-emulation | |
parent | app-crypt/gnupg: Bump to version 2.2.27 (diff) | |
download | gentoo-bf56327f64f823356f8265a78be6f0b37df52a97.tar.gz gentoo-bf56327f64f823356f8265a78be6f0b37df52a97.tar.bz2 gentoo-bf56327f64f823356f8265a78be6f0b37df52a97.zip |
games-emulation/hatari: 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-emulation')
-rw-r--r-- | games-emulation/hatari/hatari-2.2.1-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-emulation/hatari/hatari-2.2.1-r1.ebuild b/games-emulation/hatari/hatari-2.2.1-r1.ebuild index 7f53b4620c0f..a1beaed5a2e1 100644 --- a/games-emulation/hatari/hatari-2.2.1-r1.ebuild +++ b/games-emulation/hatari/hatari-2.2.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-single-r1 xdg DESCRIPTION="Atari ST emulator" |