Gentoo Archives: gentoo-commits

From: "Jakov Smolić" <jsmolic@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/boto3/
Date: Mon, 06 Jun 2022 10:42:19
Message-Id: 1654512121.8e9f7a7f858ae4040a38e9c860eb5a5a1e0af9ac.jsmolic@gentoo
1 commit: 8e9f7a7f858ae4040a38e9c860eb5a5a1e0af9ac
2 Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jun 6 10:42:01 2022 +0000
4 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 6 10:42:01 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e9f7a7f
7
8 dev-python/boto3: Stabilize 1.23.10 ALLARCHES, #850034
9
10 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
11
12 dev-python/boto3/boto3-1.23.10.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/boto3/boto3-1.23.10.ebuild b/dev-python/boto3/boto3-1.23.10.ebuild
16 index 73f2eea33612..f9ef4a2027e5 100644
17 --- a/dev-python/boto3/boto3-1.23.10.ebuild
18 +++ b/dev-python/boto3/boto3-1.23.10.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-)"