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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0D75E15812D for ; Sat, 04 Jan 2025 12:03:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C0626E0788; Sat, 04 Jan 2025 12:03:43 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A31D9E0788 for ; Sat, 04 Jan 2025 12:03:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 85BBB33DF47 for ; Sat, 04 Jan 2025 12:03:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E4E4C1992 for ; Sat, 04 Jan 2025 12:03:40 +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: <1735992178.24ebe209974e8651e25b341cea09a1665d744649.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/awscli/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/awscli/awscli-1.36.27.ebuild X-VCS-Directories: app-admin/awscli/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 24ebe209974e8651e25b341cea09a1665d744649 X-VCS-Branch: master Date: Sat, 04 Jan 2025 12:03:40 +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: 07784b13-2e29-4653-b9e9-04c6743e4325 X-Archives-Hash: e5ae4ffbb97498a55eaeec03609778ff commit: 24ebe209974e8651e25b341cea09a1665d744649 Author: Sam James gentoo org> AuthorDate: Sat Jan 4 12:02:58 2025 +0000 Commit: Sam James gentoo org> CommitDate: Sat Jan 4 12:02:58 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24ebe209 app-admin/awscli: Stabilize 1.36.27 ALLARCHES, #947423 Signed-off-by: Sam James gentoo.org> app-admin/awscli/awscli-1.36.27.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-admin/awscli/awscli-1.36.27.ebuild b/app-admin/awscli/awscli-1.36.27.ebuild index 2960403cf7e0..33a278734de6 100644 --- a/app-admin/awscli/awscli-1.36.27.ebuild +++ b/app-admin/awscli/awscli-1.36.27.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -22,7 +22,7 @@ S=${WORKDIR}/${MY_P} LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86" +KEYWORDS="amd64 arm arm64 ppc ppc64 ~riscv sparc x86" # botocore is x.(y-1).(z+59) BOTOCORE_PV="$(ver_cut 1).$(( $(ver_cut 2) - 1)).$(( $(ver_cut 3-) + 59 ))"