From 68ae915094d318d844cb60b566b4fd135d8d2ae2 Mon Sep 17 00:00:00 2001 From: Sam James Date: Sun, 15 May 2022 03:17:32 +0000 Subject: app-portage/gemato: add Python 3.11 Signed-off-by: Sam James --- 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 -- cgit v1.2.3-65-gdbad