summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-05-15 03:17:32 +0000
committerSam James <sam@gentoo.org>2022-05-15 03:17:32 +0000
commit68ae915094d318d844cb60b566b4fd135d8d2ae2 (patch)
treeed8e464cb3c03f824aff54b956cacc6c178eb9d7 /app-portage/gemato
parentx11-libs/colord-gtk: Keyword 0.3.0 sparc, #838709 (diff)
downloadgentoo-68ae915094d318d844cb60b566b4fd135d8d2ae2.tar.gz
gentoo-68ae915094d318d844cb60b566b4fd135d8d2ae2.tar.bz2
gentoo-68ae915094d318d844cb60b566b4fd135d8d2ae2.zip
app-portage/gemato: add Python 3.11
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-portage/gemato')
-rw-r--r--app-portage/gemato/gemato-16.2.ebuild2
-rw-r--r--app-portage/gemato/gemato-9999.ebuild4
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