diff options
author | James Le Cuirot <chewi@gentoo.org> | 2020-05-04 21:10:49 +0100 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2020-05-04 21:10:49 +0100 |
commit | 6d2a847d4074d05166fcb6b2e93caee6469f935e (patch) | |
tree | e76aff7ad71bf9de52d1e9499fb9995145f3aa3f /games-board/pychess | |
parent | dev-python/tblib: arm64 stable (bug #720640) (diff) | |
download | gentoo-6d2a847d4074d05166fcb6b2e93caee6469f935e.tar.gz gentoo-6d2a847d4074d05166fcb6b2e93caee6469f935e.tar.bz2 gentoo-6d2a847d4074d05166fcb6b2e93caee6469f935e.zip |
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@gentoo.org>
Diffstat (limited to 'games-board/pychess')
-rw-r--r-- | games-board/pychess/pychess-1.0.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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" |