commit: 6d2a847d4074d05166fcb6b2e93caee6469f935e Author: James Le Cuirot <chewi <AT> gentoo <DOT> org> AuthorDate: Mon May 4 20:10:49 2020 +0000 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org> CommitDate: Mon May 4 20:10:49 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d2a847d
games-board/pychess: Add Python 3.8 Closes: https://bugs.gentoo.org/718310 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org> games-board/pychess/pychess-1.0.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games-board/pychess/pychess-1.0.0.ebuild b/games-board/pychess/pychess-1.0.0.ebuild index 39436e26bda..ca376621f37 100644 --- a/games-board/pychess/pychess-1.0.0.ebuild +++ b/games-board/pychess/pychess-1.0.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_7 ) +PYTHON_COMPAT=( python3_{7,8} ) DISTUTILS_SINGLE_IMPL=1 DISTUTILS_USE_SETUPTOOLS=no PYTHON_REQ_USE="sqlite"
