summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-05-27 09:17:42 +0200
committerMichał Górny <mgorny@gentoo.org>2020-05-27 09:45:28 +0200
commit39c6eac8f015da23d9cc7d7e20680854050c5c0a (patch)
treec31cc2bb42088d21573cf3d522c52528f256ab30 /app-portage/gemato
parentapp-metrics/fusioninventory-agent: Fix config path (diff)
downloadgentoo-39c6eac8f015da23d9cc7d7e20680854050c5c0a.tar.gz
gentoo-39c6eac8f015da23d9cc7d7e20680854050c5c0a.tar.bz2
gentoo-39c6eac8f015da23d9cc7d7e20680854050c5c0a.zip
app-portage/gemato: Port to py39
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-portage/gemato')
-rw-r--r--app-portage/gemato/gemato-14.4.ebuild2
-rw-r--r--app-portage/gemato/gemato-9999.ebuild2
2 files changed, 2 insertions, 2 deletions
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