diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-09-04 21:43:21 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-09-07 09:52:04 +0200 |
commit | c1c631438956cdca02bdb724e487970572beb1df (patch) | |
tree | 35ddb13cfc6fd8ae501e43b5990a71f884ecf9fb /net-misc | |
parent | net-misc/s3cmd: Update PYTHON_REQ_USE to xml(+) (diff) | |
download | gentoo-c1c631438956cdca02bdb724e487970572beb1df.tar.gz gentoo-c1c631438956cdca02bdb724e487970572beb1df.tar.bz2 gentoo-c1c631438956cdca02bdb724e487970572beb1df.zip |
net-misc/s4cmd: 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/s4cmd/s4cmd-2.1.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/s4cmd/s4cmd-2.1.0.ebuild b/net-misc/s4cmd/s4cmd-2.1.0.ebuild index c15fbeeee59f..27794ebca164 100644 --- a/net-misc/s4cmd/s4cmd-2.1.0.ebuild +++ b/net-misc/s4cmd/s4cmd-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=8 PYTHON_COMPAT=( python3_7 python3_8 python3_9 python3_10 ) -PYTHON_REQ_USE="xml" +PYTHON_REQ_USE="xml(+)" inherit distutils-r1 bash-completion-r1 |