From: Michał Górny Date: Sun, 26 Jan 2020 15:27:59 +0000 (+0100) Subject: app-portage/gentoolkit: Update PYTHON_COMPAT in 9999 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=f04aab712fe258494c2172951c6b5db0e06eae9c;p=gentoo.git app-portage/gentoolkit: Update PYTHON_COMPAT in 9999 Signed-off-by: Michał Górny --- diff --git a/app-portage/gentoolkit/gentoolkit-9999.ebuild b/app-portage/gentoolkit/gentoolkit-9999.ebuild index 8254566390ff..f79109cd9a4e 100644 --- a/app-portage/gentoolkit/gentoolkit-9999.ebuild +++ b/app-portage/gentoolkit/gentoolkit-9999.ebuild @@ -4,7 +4,7 @@ EAPI=7 DISTUTILS_USE_SETUPTOOLS=no -PYTHON_COMPAT=( python2_7 python3_{6,7} ) +PYTHON_COMPAT=( python2_7 python3_{6,7,8} pypy3 ) PYTHON_REQ_USE="xml(+),threads(+)" EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/gentoolkit.git"