diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-01-12 00:07:31 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-01-12 00:07:31 +0200 |
commit | 327cacc8974e7f11c5ffa9550ba0066a37f4d2a1 (patch) | |
tree | bfb5cea0ec7e6ecc13821a384c6b6ee6fa961050 /app-admin | |
parent | net-analyzer/mtr: add 0.95 (diff) | |
download | gentoo-327cacc8974e7f11c5ffa9550ba0066a37f4d2a1.tar.gz gentoo-327cacc8974e7f11c5ffa9550ba0066a37f4d2a1.tar.bz2 gentoo-327cacc8974e7f11c5ffa9550ba0066a37f4d2a1.zip |
app-admin/awscli: Stabilize 1.22.23 ALLARCHES, #831034
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'app-admin')
-rw-r--r-- | app-admin/awscli/awscli-1.22.23.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-admin/awscli/awscli-1.22.23.ebuild b/app-admin/awscli/awscli-1.22.23.ebuild index 85073515ab9a..7decc9d63a2b 100644 --- a/app-admin/awscli/awscli-1.22.23.ebuild +++ b/app-admin/awscli/awscli-1.22.23.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -14,7 +14,7 @@ S="${WORKDIR}/aws-cli-${PV}" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~x86" +KEYWORDS="amd64 ~arm64 x86" # botocore is x.(y+1).z BOTOCORE_PV="$(ver_cut 1).$(( $(ver_cut 2) + 1)).$(ver_cut 3-)" |