From: James Le Cuirot Date: Mon, 4 May 2020 20:10:49 +0000 (+0100) Subject: games-board/pychess: Add Python 3.8 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=6d2a847d4074d05166fcb6b2e93caee6469f935e;p=gentoo.git 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 --- diff --git a/games-board/pychess/pychess-1.0.0.ebuild b/games-board/pychess/pychess-1.0.0.ebuild index 39436e26bda7..ca376621f378 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"