diff options
Diffstat (limited to 'net-misc/s3cmd/s3cmd-2.1.0-r1.ebuild')
-rw-r--r-- | net-misc/s3cmd/s3cmd-2.1.0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 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 |