commit: fb55bff27641bfdcaa063ace2d790630900a31ca
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 9 00:50:49 2022 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Wed Feb 9 00:53:55 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb55bff2
dev-util/glade: Add Python 3.10 compatibility
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
dev-util/glade/glade-3.38.2-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-util/glade/glade-3.38.2-r1.ebuild
b/dev-util/glade/glade-3.38.2-r1.ebuild
index 3fa344481b57..3a8194f3385c 100644
--- a/dev-util/glade/glade-3.38.2-r1.ebuild
+++ b/dev-util/glade/glade-3.38.2-r1.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{8..9} )
+PYTHON_COMPAT=( python3_{8..10} )
inherit gnome2 python-single-r1 meson optfeature virtualx