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/s3cmd/
Date: Wed, 07 Sep 2022 07:52:57
Message-Id: 1662537123.9cd13da4d56811d66d0e6bb4c9adc7082cb47475.mgorny@gentoo
1 commit: 9cd13da4d56811d66d0e6bb4c9adc7082cb47475
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 4 19:43:20 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 7 07:52:03 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9cd13da4
7
8 net-misc/s3cmd: 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/s3cmd/s3cmd-2.1.0-r1.ebuild | 4 ++--
16 net-misc/s3cmd/s3cmd-2.1.0.ebuild | 4 ++--
17 net-misc/s3cmd/s3cmd-2.2.0.ebuild | 4 ++--
18 3 files changed, 6 insertions(+), 6 deletions(-)
19
20 diff --git a/net-misc/s3cmd/s3cmd-2.1.0-r1.ebuild b/net-misc/s3cmd/s3cmd-2.1.0-r1.ebuild
21 index 0206e5fe4679..956b31286cec 100644
22 --- a/net-misc/s3cmd/s3cmd-2.1.0-r1.ebuild
23 +++ b/net-misc/s3cmd/s3cmd-2.1.0-r1.ebuild
24 @@ -1,10 +1,10 @@
25 -# Copyright 1999-2021 Gentoo Authors
26 +# Copyright 1999-2022 Gentoo Authors
27 # Distributed under the terms of the GNU General Public License v2
28
29 EAPI=7
30
31 PYTHON_COMPAT=( python3_7 python3_8 python3_9 )
32 -PYTHON_REQ_USE="xml"
33 +PYTHON_REQ_USE="xml(+)"
34
35 inherit distutils-r1
36
37
38 diff --git a/net-misc/s3cmd/s3cmd-2.1.0.ebuild b/net-misc/s3cmd/s3cmd-2.1.0.ebuild
39 index cafc9522fdfd..e20c06c77889 100644
40 --- a/net-misc/s3cmd/s3cmd-2.1.0.ebuild
41 +++ b/net-misc/s3cmd/s3cmd-2.1.0.ebuild
42 @@ -1,10 +1,10 @@
43 -# Copyright 1999-2021 Gentoo Authors
44 +# Copyright 1999-2022 Gentoo Authors
45 # Distributed under the terms of the GNU General Public License v2
46
47 EAPI=7
48
49 PYTHON_COMPAT=( python3_7 python3_8 python3_9 )
50 -PYTHON_REQ_USE="xml"
51 +PYTHON_REQ_USE="xml(+)"
52
53 inherit distutils-r1
54
55
56 diff --git a/net-misc/s3cmd/s3cmd-2.2.0.ebuild b/net-misc/s3cmd/s3cmd-2.2.0.ebuild
57 index 7904b28a3b7c..6071aa7c9675 100644
58 --- a/net-misc/s3cmd/s3cmd-2.2.0.ebuild
59 +++ b/net-misc/s3cmd/s3cmd-2.2.0.ebuild
60 @@ -1,10 +1,10 @@
61 -# Copyright 1999-2021 Gentoo Authors
62 +# Copyright 1999-2022 Gentoo Authors
63 # Distributed under the terms of the GNU General Public License v2
64
65 EAPI=7
66
67 PYTHON_COMPAT=( python3_{8..10} )
68 -PYTHON_REQ_USE="xml"
69 +PYTHON_REQ_USE="xml(+)"
70
71 inherit distutils-r1