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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 58F96158090 for ; Tue, 17 May 2022 06:53:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 78C3BE0827; Tue, 17 May 2022 06:53:58 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 62077E0827 for ; Tue, 17 May 2022 06:53:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 984DC341C89 for ; Tue, 17 May 2022 06:53:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D59C2471 for ; Tue, 17 May 2022 06:53:55 +0000 (UTC) From: "Jakov Smolić" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jakov Smolić" Message-ID: <1652770413.5a0fcb4dd8a8afb8303fe52d9df6c5f2cee0b5ce.jsmolic@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.22.9.ebuild X-VCS-Directories: dev-python/boto3/ X-VCS-Committer: jsmolic X-VCS-Committer-Name: Jakov Smolić X-VCS-Revision: 5a0fcb4dd8a8afb8303fe52d9df6c5f2cee0b5ce X-VCS-Branch: master Date: Tue, 17 May 2022 06:53:55 +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: 5a41de5d-b729-4ac5-8f23-edf9fb414cbb X-Archives-Hash: ec3366a2e64a39ff6d43e4f4dac710c6 commit: 5a0fcb4dd8a8afb8303fe52d9df6c5f2cee0b5ce Author: Jakov Smolić gentoo org> AuthorDate: Tue May 17 06:53:33 2022 +0000 Commit: Jakov Smolić gentoo org> CommitDate: Tue May 17 06:53:33 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a0fcb4d dev-python/boto3: Stabilize 1.22.9 ALLARCHES, #845135 Signed-off-by: Jakov Smolić gentoo.org> dev-python/boto3/boto3-1.22.9.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/boto3/boto3-1.22.9.ebuild b/dev-python/boto3/boto3-1.22.9.ebuild index fd6e0d8ebf01..194ea125c4dd 100644 --- a/dev-python/boto3/boto3-1.22.9.ebuild +++ b/dev-python/boto3/boto3-1.22.9.ebuild @@ -22,7 +22,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 ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux" + KEYWORDS="amd64 arm arm64 ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux" # botocore is x.(y+3).z BOTOCORE_PV="$(ver_cut 1).$(( $(ver_cut 2) + 3)).$(ver_cut 3-)"