From: Michał Górny Date: Thu, 7 May 2020 15:13:20 +0000 (+0200) Subject: net-misc/s3cmd: Remove py2.7 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=411a77c0cefd91a1305f3be427440d394a657857;p=gentoo.git net-misc/s3cmd: Remove py2.7 Signed-off-by: Michał Górny --- diff --git a/net-misc/s3cmd/s3cmd-2.0.0.ebuild b/net-misc/s3cmd/s3cmd-2.0.0.ebuild index f6d2e14b15d5..49035b03c3ef 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 9fb4d379607d..cfdb393490f2 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