diff options
-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-)" |