From: Michał Górny Date: Wed, 27 May 2020 07:17:42 +0000 (+0200) Subject: app-portage/gemato: Port to py39 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=39c6eac8f015da23d9cc7d7e20680854050c5c0a;p=gentoo.git app-portage/gemato: Port to py39 Signed-off-by: Michał Górny --- diff --git a/app-portage/gemato/gemato-14.4.ebuild b/app-portage/gemato/gemato-14.4.ebuild index 37b5909bc6e6..e472f6f72173 100644 --- a/app-portage/gemato/gemato-14.4.ebuild +++ b/app-portage/gemato/gemato-14.4.ebuild @@ -4,7 +4,7 @@ EAPI=7 DISTUTILS_USE_SETUPTOOLS=rdepend -PYTHON_COMPAT=( python{3_6,3_7,3_8} pypy3 ) +PYTHON_COMPAT=( python3_{6..9} pypy3 ) PYTHON_REQ_USE='threads(+)' inherit distutils-r1 diff --git a/app-portage/gemato/gemato-9999.ebuild b/app-portage/gemato/gemato-9999.ebuild index 9dbc15846eda..5b490f34718e 100644 --- a/app-portage/gemato/gemato-9999.ebuild +++ b/app-portage/gemato/gemato-9999.ebuild @@ -4,7 +4,7 @@ EAPI=7 DISTUTILS_USE_SETUPTOOLS=rdepend -PYTHON_COMPAT=( python{3_6,3_7,3_8} pypy3 ) +PYTHON_COMPAT=( python3_{6..9} pypy3 ) PYTHON_REQ_USE='threads(+)' inherit distutils-r1 git-r3