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/meld/
Date: Wed, 07 Sep 2022 07:52:53
Message-Id: 1662537114.fa3a6a2e769ade282187413730f6b272838ad153.mgorny@gentoo
1 commit: fa3a6a2e769ade282187413730f6b272838ad153
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 4 19:43:09 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 7 07:51:54 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa3a6a2e
7
8 dev-util/meld: 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/meld/meld-3.20.4.ebuild | 4 ++--
16 1 file changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/dev-util/meld/meld-3.20.4.ebuild b/dev-util/meld/meld-3.20.4.ebuild
19 index a747164ecbc2..1a416d7610fc 100644
20 --- a/dev-util/meld/meld-3.20.4.ebuild
21 +++ b/dev-util/meld/meld-3.20.4.ebuild
22 @@ -1,8 +1,8 @@
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="7"
28 -PYTHON_REQ_USE="xml"
29 +PYTHON_REQ_USE="xml(+)"
30 PYTHON_COMPAT=( python3_{8..10} )
31 DISTUTILS_SINGLE_IMPL=1
32 DISTUTILS_USE_SETUPTOOLS=no