diff options
author | Matt Turner <mattst88@gentoo.org> | 2022-02-08 16:50:49 -0800 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2022-02-08 16:53:55 -0800 |
commit | fb55bff27641bfdcaa063ace2d790630900a31ca (patch) | |
tree | c170f1b4c53a405bfd55acad0d0fce33db87ab7d /dev-util/glade | |
parent | dev-util/glade: Depend on dev-libs/gjs (diff) | |
download | gentoo-fb55bff27641bfdcaa063ace2d790630900a31ca.tar.gz gentoo-fb55bff27641bfdcaa063ace2d790630900a31ca.tar.bz2 gentoo-fb55bff27641bfdcaa063ace2d790630900a31ca.zip |
dev-util/glade: Add Python 3.10 compatibility
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'dev-util/glade')
-rw-r--r-- | dev-util/glade/glade-3.38.2-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 |