summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-01-10 04:57:02 +0000
committerSam James <sam@gentoo.org>2023-01-10 04:57:02 +0000
commitb3ac9df5725828dfa027d6016c500deda213a290 (patch)
tree0207c9aa0f342f996daf7a167e3f3b8673a12199 /app-admin
parentdev-python/botocore: Stabilize 1.29.37 ALLARCHES, #890316 (diff)
downloadgentoo-b3ac9df5725828dfa027d6016c500deda213a290.tar.gz
gentoo-b3ac9df5725828dfa027d6016c500deda213a290.tar.bz2
gentoo-b3ac9df5725828dfa027d6016c500deda213a290.zip
app-admin/awscli: Stabilize 1.27.37 ALLARCHES, #890316
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-admin')
-rw-r--r--app-admin/awscli/awscli-1.27.37.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-admin/awscli/awscli-1.27.37.ebuild b/app-admin/awscli/awscli-1.27.37.ebuild
index caea725bbca7..2d91a172182b 100644
--- a/app-admin/awscli/awscli-1.27.37.ebuild
+++ b/app-admin/awscli/awscli-1.27.37.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 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-)"