commit: 23b9fbf67417d8762c2d028ab9d9a8d7c9aa1941 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> AuthorDate: Sat Jan 13 09:59:01 2024 +0000 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> CommitDate: Sat Jan 13 09:59:01 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23b9fbf6
app-admin/awscli: Stabilize 1.32.11 ALLARCHES, #921995 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org> app-admin/awscli/awscli-1.32.11.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-admin/awscli/awscli-1.32.11.ebuild b/app-admin/awscli/awscli-1.32.11.ebuild index 77feb2d63e3e..bbe11eaa3e58 100644 --- a/app-admin/awscli/awscli-1.32.11.ebuild +++ b/app-admin/awscli/awscli-1.32.11.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 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+2).z BOTOCORE_PV="$(ver_cut 1).$(( $(ver_cut 2) + 2)).$(ver_cut 3-)"