summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-09-04 21:43:20 +0200
committerMichał Górny <mgorny@gentoo.org>2022-09-07 09:52:03 +0200
commit9cd13da4d56811d66d0e6bb4c9adc7082cb47475 (patch)
tree699bfab1b1d98932990e781ed513cde820ad4e5f /net-misc
parentnet-misc/rabbitmq-server: Update PYTHON_REQ_USE to xml(+) (diff)
downloadgentoo-9cd13da4d56811d66d0e6bb4c9adc7082cb47475.tar.gz
gentoo-9cd13da4d56811d66d0e6bb4c9adc7082cb47475.tar.bz2
gentoo-9cd13da4d56811d66d0e6bb4c9adc7082cb47475.zip
net-misc/s3cmd: Update PYTHON_REQ_USE to xml(+)
Update PYTHON_REQ_USE to specify "xml(+)", as Python 3.11 no longer features the "xml" flag. Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/s3cmd/s3cmd-2.1.0-r1.ebuild4
-rw-r--r--net-misc/s3cmd/s3cmd-2.1.0.ebuild4
-rw-r--r--net-misc/s3cmd/s3cmd-2.2.0.ebuild4
3 files changed, 6 insertions, 6 deletions
diff --git a/net-misc/s3cmd/s3cmd-2.1.0-r1.ebuild b/net-misc/s3cmd/s3cmd-2.1.0-r1.ebuild
index 0206e5fe4679..956b31286cec 100644
--- a/net-misc/s3cmd/s3cmd-2.1.0-r1.ebuild
+++ b/net-misc/s3cmd/s3cmd-2.1.0-r1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python3_7 python3_8 python3_9 )
-PYTHON_REQ_USE="xml"
+PYTHON_REQ_USE="xml(+)"
inherit distutils-r1
diff --git a/net-misc/s3cmd/s3cmd-2.1.0.ebuild b/net-misc/s3cmd/s3cmd-2.1.0.ebuild
index cafc9522fdfd..e20c06c77889 100644
--- a/net-misc/s3cmd/s3cmd-2.1.0.ebuild
+++ b/net-misc/s3cmd/s3cmd-2.1.0.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python3_7 python3_8 python3_9 )
-PYTHON_REQ_USE="xml"
+PYTHON_REQ_USE="xml(+)"
inherit distutils-r1
diff --git a/net-misc/s3cmd/s3cmd-2.2.0.ebuild b/net-misc/s3cmd/s3cmd-2.2.0.ebuild
index 7904b28a3b7c..6071aa7c9675 100644
--- a/net-misc/s3cmd/s3cmd-2.2.0.ebuild
+++ b/net-misc/s3cmd/s3cmd-2.2.0.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python3_{8..10} )
-PYTHON_REQ_USE="xml"
+PYTHON_REQ_USE="xml(+)"
inherit distutils-r1