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: gnome-base/gconf/
Date: Wed, 07 Sep 2022 07:52:53
Message-Id: 1662537115.a45d85256bdd26aee7d8877f50daee32c12d9e2a.mgorny@gentoo
1 commit: a45d85256bdd26aee7d8877f50daee32c12d9e2a
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 4 19:43:10 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 7 07:51:55 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a45d8525
7
8 gnome-base/gconf: 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 gnome-base/gconf/gconf-3.2.6-r5.ebuild | 4 ++--
16 1 file changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/gnome-base/gconf/gconf-3.2.6-r5.ebuild b/gnome-base/gconf/gconf-3.2.6-r5.ebuild
19 index 2102f9517875..92ebc45a813e 100644
20 --- a/gnome-base/gconf/gconf-3.2.6-r5.ebuild
21 +++ b/gnome-base/gconf/gconf-3.2.6-r5.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2021 Gentoo Authors
24 +# Copyright 1999-2022 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=6
28 @@ -6,7 +6,7 @@ EAPI=6
29 GNOME_ORG_MODULE="GConf"
30 GNOME2_LA_PUNT="yes"
31 PYTHON_COMPAT=( python3_{8..10} )
32 -PYTHON_REQ_USE="xml"
33 +PYTHON_REQ_USE="xml(+)"
34
35 inherit gnome2 multilib-minimal python-single-r1