diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-01-13 09:59:01 +0000 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-01-13 09:59:01 +0000 |
commit | 23b9fbf67417d8762c2d028ab9d9a8d7c9aa1941 (patch) | |
tree | 3628009d9016425afd2a31015b1c69016a58e218 /app-admin | |
parent | dev-python/boto3: Stabilize 1.34.11 ALLARCHES, #921995 (diff) | |
download | gentoo-23b9fbf67417d8762c2d028ab9d9a8d7c9aa1941.tar.gz gentoo-23b9fbf67417d8762c2d028ab9d9a8d7c9aa1941.tar.bz2 gentoo-23b9fbf67417d8762c2d028ab9d9a8d7c9aa1941.zip |
app-admin/awscli: Stabilize 1.32.11 ALLARCHES, #921995
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'app-admin')
-rw-r--r-- | app-admin/awscli/awscli-1.32.11.ebuild | 4 |
1 files 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-)" |