diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2021-03-14 20:17:51 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2021-03-14 20:18:12 +0100 |
commit | 6c4710513a3bb3c0a10873a43b5eae7954701b04 (patch) | |
tree | 8054caf024305f1d5cdedf37ededc0581a4a2dca /dev-python/pygame | |
parent | virtual/awk: EAPI 7 (diff) | |
download | gentoo-6c4710513a3bb3c0a10873a43b5eae7954701b04.tar.gz gentoo-6c4710513a3bb3c0a10873a43b5eae7954701b04.tar.bz2 gentoo-6c4710513a3bb3c0a10873a43b5eae7954701b04.zip |
dev-python/pygame: add python3.9 support
Closes: https://bugs.gentoo.org/771981
Closes: https://github.com/gentoo/gentoo/pull/19585
Package-Manager: Portage-3.0.16, Repoman-3.0.2
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'dev-python/pygame')
-rw-r--r-- | dev-python/pygame/pygame-1.9.6-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pygame/pygame-1.9.6-r1.ebuild b/dev-python/pygame/pygame-1.9.6-r1.ebuild index 61a94fda0e1a..b18281a37212 100644 --- a/dev-python/pygame/pygame-1.9.6-r1.ebuild +++ b/dev-python/pygame/pygame-1.9.6-r1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7,8} ) +PYTHON_COMPAT=( python3_{7..9} ) inherit flag-o-matic distutils-r1 |