Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/boto3/
Date: Sat, 30 Jul 2022 11:54:53
Message-Id: 1659182078.58dd70eefda9d2f8de1d2484a5b5af1f6aebc6cd.arthurzam@gentoo
1 commit: 58dd70eefda9d2f8de1d2484a5b5af1f6aebc6cd
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 30 11:54:38 2022 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 30 11:54:38 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58dd70ee
7
8 dev-python/boto3: Stabilize 1.24.31 ALLARCHES, #862333
9
10 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
11
12 dev-python/boto3/boto3-1.24.31.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/boto3/boto3-1.24.31.ebuild b/dev-python/boto3/boto3-1.24.31.ebuild
16 index 6edcc751d54b..c93eb5e2d7c0 100644
17 --- a/dev-python/boto3/boto3-1.24.31.ebuild
18 +++ b/dev-python/boto3/boto3-1.24.31.ebuild
19 @@ -25,7 +25,7 @@ else
20 https://github.com/boto/boto3/archive/${PV}.tar.gz
21 -> ${P}.gh.tar.gz
22 "
23 - KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux"
24 + KEYWORDS="amd64 arm arm64 ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux"
25
26 # botocore is x.(y+3).z
27 BOTOCORE_PV="$(ver_cut 1).$(( $(ver_cut 2) + 3)).$(ver_cut 3-)"