From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9FC50138359 for ; Thu, 7 May 2020 15:18:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 45F9DE0959; Thu, 7 May 2020 15:18:04 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 32674E0959 for ; Thu, 7 May 2020 15:18:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6717934F4DB for ; Thu, 7 May 2020 15:18:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8F3E7233 for ; Thu, 7 May 2020 15:17:59 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1588864400.411a77c0cefd91a1305f3be427440d394a657857.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/s3cmd/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/s3cmd/s3cmd-2.0.0.ebuild net-misc/s3cmd/s3cmd-2.0.2.ebuild X-VCS-Directories: net-misc/s3cmd/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 411a77c0cefd91a1305f3be427440d394a657857 X-VCS-Branch: master Date: Thu, 7 May 2020 15:17:59 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 73a59936-7ef8-4596-9d25-6a19cea5a3cc X-Archives-Hash: 17d6d329100632dc2512f1d4d2eb0e15 commit: 411a77c0cefd91a1305f3be427440d394a657857 Author: Michał Górny gentoo org> AuthorDate: Thu May 7 15:13:20 2020 +0000 Commit: Michał Górny gentoo 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 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