commit: 24ebe209974e8651e25b341cea09a1665d744649 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sat Jan 4 12:02:58 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> 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 <sam <AT> 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 ))"