commit: 71fb359a182dd1061d6564c673179605e614d232
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 3 22:33:50 2021 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Jun 3 22:34:22 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71fb359a
app-portage/gemato: Enable py3.10
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
app-portage/gemato/gemato-16.2.ebuild | 5 ++---
app-portage/gemato/gemato-9999.ebuild | 5 ++---
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 95426f14b47..206c761c09c 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 7c6e729f5e7..5d6009149ea 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