diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-01-26 16:27:59 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-01-26 16:27:59 +0100 |
commit | f04aab712fe258494c2172951c6b5db0e06eae9c (patch) | |
tree | 149f2a55e4d7925a94e6223aecebf68eb1dc4a4e /app-portage/gentoolkit | |
parent | app-portage/gentoolkit: Bump to 0.4.7 (diff) | |
download | gentoo-f04aab712fe258494c2172951c6b5db0e06eae9c.tar.gz gentoo-f04aab712fe258494c2172951c6b5db0e06eae9c.tar.bz2 gentoo-f04aab712fe258494c2172951c6b5db0e06eae9c.zip |
app-portage/gentoolkit: Update PYTHON_COMPAT in 9999
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-portage/gentoolkit')
-rw-r--r-- | app-portage/gentoolkit/gentoolkit-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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" |