Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/glade/
Date: Wed, 09 Feb 2022 00:54:06
Message-Id: 1644368035.fb55bff27641bfdcaa063ace2d790630900a31ca.mattst88@gentoo
1 commit: fb55bff27641bfdcaa063ace2d790630900a31ca
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 9 00:50:49 2022 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 9 00:53:55 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb55bff2
7
8 dev-util/glade: Add Python 3.10 compatibility
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 dev-util/glade/glade-3.38.2-r1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-util/glade/glade-3.38.2-r1.ebuild b/dev-util/glade/glade-3.38.2-r1.ebuild
16 index 3fa344481b57..3a8194f3385c 100644
17 --- a/dev-util/glade/glade-3.38.2-r1.ebuild
18 +++ b/dev-util/glade/glade-3.38.2-r1.ebuild
19 @@ -2,7 +2,7 @@
20 # Distributed under the terms of the GNU General Public License v2
21
22 EAPI=7
23 -PYTHON_COMPAT=( python3_{8..9} )
24 +PYTHON_COMPAT=( python3_{8..10} )
25
26 inherit gnome2 python-single-r1 meson optfeature virtualx