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: x11-misc/mozo/
Date: Wed, 07 Sep 2022 07:52:59
Message-Id: 1662537129.2eed3d3a985aa7dc7d3618b3a7cc33fd393ad97f.mgorny@gentoo
1 commit: 2eed3d3a985aa7dc7d3618b3a7cc33fd393ad97f
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 4 19:43:27 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 7 07:52:09 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2eed3d3a
7
8 x11-misc/mozo: 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 Closes: https://github.com/gentoo/gentoo/pull/27146
15 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
16
17 x11-misc/mozo/mozo-1.24.0-r1.ebuild | 4 ++--
18 x11-misc/mozo/mozo-1.24.1.ebuild | 2 +-
19 2 files changed, 3 insertions(+), 3 deletions(-)
20
21 diff --git a/x11-misc/mozo/mozo-1.24.0-r1.ebuild b/x11-misc/mozo/mozo-1.24.0-r1.ebuild
22 index 35f56168a3af..53a32a721767 100644
23 --- a/x11-misc/mozo/mozo-1.24.0-r1.ebuild
24 +++ b/x11-misc/mozo/mozo-1.24.0-r1.ebuild
25 @@ -1,10 +1,10 @@
26 -# Copyright 1999-2021 Gentoo Authors
27 +# Copyright 1999-2022 Gentoo Authors
28 # Distributed under the terms of the GNU General Public License v2
29
30 EAPI=6
31
32 PYTHON_COMPAT=( python3_{8..10} )
33 -PYTHON_REQ_USE="xml"
34 +PYTHON_REQ_USE="xml(+)"
35
36 inherit mate python-r1
37
38
39 diff --git a/x11-misc/mozo/mozo-1.24.1.ebuild b/x11-misc/mozo/mozo-1.24.1.ebuild
40 index eb4001283a50..0019c072618a 100644
41 --- a/x11-misc/mozo/mozo-1.24.1.ebuild
42 +++ b/x11-misc/mozo/mozo-1.24.1.ebuild
43 @@ -4,7 +4,7 @@
44 EAPI=6
45
46 PYTHON_COMPAT=( python{3_6,3_7,3_8,3_9,3_10} )
47 -PYTHON_REQ_USE="xml"
48 +PYTHON_REQ_USE="xml(+)"
49
50 inherit mate python-r1