summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2022-05-20 20:41:50 +0200
committerPacho Ramos <pacho@gentoo.org>2022-05-20 21:09:34 +0200
commitb5cfca5d2fe829fc06bb6cc2a2873bee8c01ed2b (patch)
treeb08be7b276e60dee3bc74c1d24f653b9b3afb840
parentdev-util/dogtail: Support python 3.10 (diff)
downloadgentoo-b5cfca5d.tar.gz
gentoo-b5cfca5d.tar.bz2
gentoo-b5cfca5d.zip
dev-util/gtk-builder-convert: enable py3.10 and disable py3.7
Closes: https://bugs.gentoo.org/845948 Signed-off-by: Pacho Ramos <pacho@gentoo.org>
-rw-r--r--dev-util/gtk-builder-convert/gtk-builder-convert-2.24.33.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/gtk-builder-convert/gtk-builder-convert-2.24.33.ebuild b/dev-util/gtk-builder-convert/gtk-builder-convert-2.24.33.ebuild
index e8b9d84780ba..3b9e91c04696 100644
--- a/dev-util/gtk-builder-convert/gtk-builder-convert-2.24.33.ebuild
+++ b/dev-util/gtk-builder-convert/gtk-builder-convert-2.24.33.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
GNOME_ORG_MODULE="gtk+"
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{8..10} )
PYTHON_REQ_USE="xml"
inherit gnome.org python-single-r1