commit: b5cfca5d2fe829fc06bb6cc2a2873bee8c01ed2b Author: Pacho Ramos <pacho <AT> gentoo <DOT> org> AuthorDate: Fri May 20 18:41:50 2022 +0000 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org> CommitDate: Fri May 20 19:09:34 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5cfca5d
dev-util/gtk-builder-convert: enable py3.10 and disable py3.7 Closes: https://bugs.gentoo.org/845948 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org> dev-util/gtk-builder-convert/gtk-builder-convert-2.24.33.ebuild | 4 ++-- 1 file 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
