summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-06-04 00:33:50 +0200
committerMichał Górny <mgorny@gentoo.org>2021-06-04 00:34:22 +0200
commit71fb359a182dd1061d6564c673179605e614d232 (patch)
tree505460aaaefd4a95f08f67e2737b39b55daee5a6
parentdev-python/hypothesis: Bump to 6.13.12 (diff)
downloadgentoo-71fb359a.tar.gz
gentoo-71fb359a.tar.bz2
gentoo-71fb359a.zip
app-portage/gemato: Enable py3.10
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--app-portage/gemato/gemato-16.2.ebuild5
-rw-r--r--app-portage/gemato/gemato-9999.ebuild5
2 files changed, 4 insertions, 6 deletions
diff --git a/app-portage/gemato/gemato-16.2.ebuild b/app-portage/gemato/gemato-16.2.ebuild
index 95426f14b479..206c761c09ca 100644
--- a/app-portage/gemato/gemato-16.2.ebuild
+++ b/app-portage/gemato/gemato-16.2.ebuild
@@ -1,10 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-DISTUTILS_USE_SETUPTOOLS=rdepend
-PYTHON_COMPAT=( python3_{7..9} pypy3 )
+PYTHON_COMPAT=( python3_{8..10} 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 7c6e729f5e7b..5d6009149ea0 100644
--- a/app-portage/gemato/gemato-9999.ebuild
+++ b/app-portage/gemato/gemato-9999.ebuild
@@ -1,10 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-DISTUTILS_USE_SETUPTOOLS=rdepend
-PYTHON_COMPAT=( python3_{7..9} pypy3 )
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
PYTHON_REQ_USE='threads(+)'
inherit distutils-r1 git-r3