commit: 7f45fb5e41f2d5e63f1e1fea8bc837f189ad0863 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sat Jan 6 10:16:27 2024 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sat Jan 6 10:16:43 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f45fb5e
app-admin/awscli: Stabilize 1.32.7 ALLARCHES, #921461 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> app-admin/awscli/awscli-1.32.7.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-admin/awscli/awscli-1.32.7.ebuild b/app-admin/awscli/awscli-1.32.7.ebuild index 77feb2d63e3e..bbe11eaa3e58 100644 --- a/app-admin/awscli/awscli-1.32.7.ebuild +++ b/app-admin/awscli/awscli-1.32.7.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-)"