commit: 9a4a35ac494c58194542e3a59e8f06adb434aa3e
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun May 30 05:43:49 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun May 30 05:45:16 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a4a35ac
games-board/pychess: add Python 3.9 to 1.0.2
Signed-off-by: Sam James <sam <AT> gentoo.org>
games-board/pychess/pychess-1.0.2.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/games-board/pychess/pychess-1.0.2.ebuild
b/games-board/pychess/pychess-1.0.2.ebuild
index b082f71cc63..86d3dbd92d1 100644
--- a/games-board/pychess/pychess-1.0.2.ebuild
+++ b/games-board/pychess/pychess-1.0.2.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_{7,8} )
+PYTHON_COMPAT=( python3_{7,8,9} )
DISTUTILS_SINGLE_IMPL=1
DISTUTILS_USE_SETUPTOOLS=no
PYTHON_REQ_USE="sqlite"