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: net-misc/s4cmd/
Date: Wed, 07 Sep 2022 07:52:57
Message-Id: 1662537124.c1c631438956cdca02bdb724e487970572beb1df.mgorny@gentoo
1 commit: c1c631438956cdca02bdb724e487970572beb1df
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 4 19:43:21 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 7 07:52:04 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1c63143
7
8 net-misc/s4cmd: 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 net-misc/s4cmd/s4cmd-2.1.0.ebuild | 4 ++--
16 1 file changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/net-misc/s4cmd/s4cmd-2.1.0.ebuild b/net-misc/s4cmd/s4cmd-2.1.0.ebuild
19 index c15fbeeee59f..27794ebca164 100644
20 --- a/net-misc/s4cmd/s4cmd-2.1.0.ebuild
21 +++ b/net-misc/s4cmd/s4cmd-2.1.0.ebuild
22 @@ -1,10 +1,10 @@
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=8
28
29 PYTHON_COMPAT=( python3_7 python3_8 python3_9 python3_10 )
30 -PYTHON_REQ_USE="xml"
31 +PYTHON_REQ_USE="xml(+)"
32
33 inherit distutils-r1 bash-completion-r1