Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/awscli/
Date: Tue, 11 Jan 2022 22:07:43
Message-Id: 1641938851.327cacc8974e7f11c5ffa9550ba0066a37f4d2a1.arthurzam@gentoo
1 commit: 327cacc8974e7f11c5ffa9550ba0066a37f4d2a1
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 11 22:07:31 2022 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 11 22:07:31 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=327cacc8
7
8 app-admin/awscli: Stabilize 1.22.23 ALLARCHES, #831034
9
10 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
11
12 app-admin/awscli/awscli-1.22.23.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/app-admin/awscli/awscli-1.22.23.ebuild b/app-admin/awscli/awscli-1.22.23.ebuild
16 index 85073515ab9a..7decc9d63a2b 100644
17 --- a/app-admin/awscli/awscli-1.22.23.ebuild
18 +++ b/app-admin/awscli/awscli-1.22.23.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2021 Gentoo Authors
21 +# Copyright 1999-2022 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=8
25 @@ -14,7 +14,7 @@ S="${WORKDIR}/aws-cli-${PV}"
26
27 LICENSE="Apache-2.0"
28 SLOT="0"
29 -KEYWORDS="~amd64 ~arm64 ~x86"
30 +KEYWORDS="amd64 ~arm64 x86"
31
32 # botocore is x.(y+1).z
33 BOTOCORE_PV="$(ver_cut 1).$(( $(ver_cut 2) + 1)).$(ver_cut 3-)"