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 5E40D1382C5 for ; Tue, 30 Mar 2021 09:27:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4946EE09B6; Tue, 30 Mar 2021 09:27:22 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 307DEE09B6 for ; Tue, 30 Mar 2021 09:27:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 41CE0340F0E for ; Tue, 30 Mar 2021 09:27:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BAED1641 for ; Tue, 30 Mar 2021 09:27:17 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1617064102.8b212b57dca178d61c4897e269f543ec3ca4737f.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/boto3/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/boto3/boto3-1.17.17.ebuild X-VCS-Directories: dev-python/boto3/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 8b212b57dca178d61c4897e269f543ec3ca4737f X-VCS-Branch: master Date: Tue, 30 Mar 2021 09:27:17 +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: a82f8fab-f3f6-4fbf-9956-c3b2ef058bfc X-Archives-Hash: d51d9b87484abe9670a555f0567f9c69 commit: 8b212b57dca178d61c4897e269f543ec3ca4737f Author: Sam James gentoo org> AuthorDate: Tue Mar 30 00:25:24 2021 +0000 Commit: Sam James gentoo org> CommitDate: Tue Mar 30 00:28:22 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b212b57 dev-python/boto3: Stabilize 1.17.17 ALLARCHES, #779226 Signed-off-by: Sam James gentoo.org> dev-python/boto3/boto3-1.17.17.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/boto3/boto3-1.17.17.ebuild b/dev-python/boto3/boto3-1.17.17.ebuild index 74b9170a911..2f9ae1e99fd 100644 --- a/dev-python/boto3/boto3-1.17.17.ebuild +++ b/dev-python/boto3/boto3-1.17.17.ebuild @@ -17,7 +17,7 @@ if [[ "${PV}" == "9999" ]]; then BOTOCORE_PV=${PV} else SRC_URI="https://github.com/boto/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux" + KEYWORDS="amd64 ~arm ~arm64 x86 ~amd64-linux ~x86-linux" # botocore is x.(y+3).z BOTOCORE_PV="$(ver_cut 1).$(( $(ver_cut 2) + 3)).$(ver_cut 3-)"