commit: 411a77c0cefd91a1305f3be427440d394a657857
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu May 7 15:13:20 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu May 7 15:13:20 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=411a77c0
net-misc/s3cmd: Remove py2.7
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
net-misc/s3cmd/s3cmd-2.0.0.ebuild | 2 +-
net-misc/s3cmd/s3cmd-2.0.2.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/net-misc/s3cmd/s3cmd-2.0.0.ebuild
b/net-misc/s3cmd/s3cmd-2.0.0.ebuild
index f6d2e14b15d..49035b03c3e 100644
--- a/net-misc/s3cmd/s3cmd-2.0.0.ebuild
+++ b/net-misc/s3cmd/s3cmd-2.0.0.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-PYTHON_COMPAT=( python{2_7,3_6} )
+PYTHON_COMPAT=( python3_6 )
PYTHON_REQ_USE="xml"
inherit distutils-r1
diff --git a/net-misc/s3cmd/s3cmd-2.0.2.ebuild
b/net-misc/s3cmd/s3cmd-2.0.2.ebuild
index 9fb4d379607..cfdb393490f 100644
--- a/net-misc/s3cmd/s3cmd-2.0.2.ebuild
+++ b/net-misc/s3cmd/s3cmd-2.0.2.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-PYTHON_COMPAT=( python{2_7,3_6} )
+PYTHON_COMPAT=( python3_6 )
PYTHON_REQ_USE="xml"
inherit distutils-r1