Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/gtk-builder-convert/
Date: Wed, 07 Sep 2022 07:52:53
Message-Id: 1662537112.094a79e503af5fb40be03f57db3d63a54f7fbcf5.mgorny@gentoo
1 commit: 094a79e503af5fb40be03f57db3d63a54f7fbcf5
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 4 19:43:07 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 7 07:51:52 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=094a79e5
7
8 dev-util/gtk-builder-convert: Update PYTHON_REQ_USE to xml(+)
9
10 Update PYTHON_REQ_USE to specify "xml(+)", as Python 3.11 no longer
11 features the "xml" flag.
12
13 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
14
15 dev-util/gtk-builder-convert/gtk-builder-convert-2.24.33.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 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
19 index 3b9e91c04696..294e4a580033 100644
20 --- a/dev-util/gtk-builder-convert/gtk-builder-convert-2.24.33.ebuild
21 +++ b/dev-util/gtk-builder-convert/gtk-builder-convert-2.24.33.ebuild
22 @@ -5,7 +5,7 @@ EAPI=7
23
24 GNOME_ORG_MODULE="gtk+"
25 PYTHON_COMPAT=( python3_{8..10} )
26 -PYTHON_REQ_USE="xml"
27 +PYTHON_REQ_USE="xml(+)"
28
29 inherit gnome.org python-single-r1