commit: 68ae915094d318d844cb60b566b4fd135d8d2ae2
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun May 15 03:17:32 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun May 15 03:17:32 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68ae9150
app-portage/gemato: add Python 3.11
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-portage/gemato/gemato-16.2.ebuild | 2 +-
app-portage/gemato/gemato-9999.ebuild | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/app-portage/gemato/gemato-16.2.ebuild
b/app-portage/gemato/gemato-16.2.ebuild
index 91faae2f631c..81db99fc2309 100644
--- a/app-portage/gemato/gemato-16.2.ebuild
+++ b/app-portage/gemato/gemato-16.2.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
+PYTHON_COMPAT=( python3_{8..11} 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 5d6009149ea0..6892ffdf9023 100644
--- a/app-portage/gemato/gemato-9999.ebuild
+++ b/app-portage/gemato/gemato-9999.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
+PYTHON_COMPAT=( python3_{8..11} pypy3 )
PYTHON_REQ_USE='threads(+)'
inherit distutils-r1 git-r3