Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/gtk-builder-convert/
Date: Fri, 20 May 2022 19:16:19
Message-Id: 1653073774.b5cfca5d2fe829fc06bb6cc2a2873bee8c01ed2b.pacho@gentoo
1 commit: b5cfca5d2fe829fc06bb6cc2a2873bee8c01ed2b
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 20 18:41:50 2022 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Fri May 20 19:09:34 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5cfca5d
7
8 dev-util/gtk-builder-convert: enable py3.10 and disable py3.7
9
10 Closes: https://bugs.gentoo.org/845948
11 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
12
13 dev-util/gtk-builder-convert/gtk-builder-convert-2.24.33.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 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
17 index e8b9d84780ba..3b9e91c04696 100644
18 --- a/dev-util/gtk-builder-convert/gtk-builder-convert-2.24.33.ebuild
19 +++ b/dev-util/gtk-builder-convert/gtk-builder-convert-2.24.33.ebuild
20 @@ -1,10 +1,10 @@
21 -# Copyright 1999-2021 Gentoo Authors
22 +# Copyright 1999-2022 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26
27 GNOME_ORG_MODULE="gtk+"
28 -PYTHON_COMPAT=( python3_{7..9} )
29 +PYTHON_COMPAT=( python3_{8..10} )
30 PYTHON_REQ_USE="xml"
31
32 inherit gnome.org python-single-r1