diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-01-06 11:16:27 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-01-06 11:16:43 +0100 |
commit | 7f45fb5e41f2d5e63f1e1fea8bc837f189ad0863 (patch) | |
tree | e30f4fd02578c36cdcfba8ed8a97ea53f34e5ee3 /app-admin | |
parent | dev-python/botocore: Stabilize 1.34.7 ALLARCHES, #921461 (diff) | |
download | gentoo-7f45fb5e41f2d5e63f1e1fea8bc837f189ad0863.tar.gz gentoo-7f45fb5e41f2d5e63f1e1fea8bc837f189ad0863.tar.bz2 gentoo-7f45fb5e41f2d5e63f1e1fea8bc837f189ad0863.zip |
app-admin/awscli: Stabilize 1.32.7 ALLARCHES, #921461
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-admin')
-rw-r--r-- | app-admin/awscli/awscli-1.32.7.ebuild | 4 |
1 files 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-)" |