From 4e98cd78ca1f6b4dcbbea5464111f4fb07a1cd9c Mon Sep 17 00:00:00 2001 From: Thomas Bettler Date: Sun, 26 Dec 2021 11:31:14 +0100 Subject: [PATCH] app-crypt/gcr: add python 3.10 Closes: https://bugs.gentoo.org/829995 Closes: https://github.com/gentoo/gentoo/pull/23523 Signed-off-by: Thomas Bettler Signed-off-by: Sam James --- app-crypt/gcr/gcr-3.40.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-crypt/gcr/gcr-3.40.0.ebuild b/app-crypt/gcr/gcr-3.40.0.ebuild index 781d04088abb8..44c233571e9db 100644 --- a/app-crypt/gcr/gcr-3.40.0.ebuild +++ b/app-crypt/gcr/gcr-3.40.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 VALA_USE_DEPEND="vapigen" -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit gnome.org gnome2-utils meson python-any-r1 vala xdg