Gentoo Archives: gentoo-commits

From: Agostino Sarubbo <ago@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/boto3/
Date: Sun, 12 Sep 2021 07:21:51
Message-Id: 1631431251.3e7708b70ebe51897e04824c581cb4ae9c8a2c24.ago@gentoo
1 commit: 3e7708b70ebe51897e04824c581cb4ae9c8a2c24
2 Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 12 07:20:51 2021 +0000
4 Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 12 07:20:51 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e7708b7
7
8 dev-python/boto3: amd64/arm64/arm/ppc64/ppc/sparc/x86 stable (ALLARCHES policy) wrt bug #812506
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.2
11 Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
12
13 dev-python/boto3/boto3-1.18.28.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-python/boto3/boto3-1.18.28.ebuild b/dev-python/boto3/boto3-1.18.28.ebuild
17 index 819e7369111..2cd6cb479d7 100644
18 --- a/dev-python/boto3/boto3-1.18.28.ebuild
19 +++ b/dev-python/boto3/boto3-1.18.28.ebuild
20 @@ -17,7 +17,7 @@ if [[ "${PV}" == "9999" ]]; then
21 BOTOCORE_PV=${PV}
22 else
23 SRC_URI="https://github.com/boto/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
24 - KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
25 + KEYWORDS="amd64 arm arm64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux"
26
27 # botocore is x.(y+3).z
28 BOTOCORE_PV="$(ver_cut 1).$(( $(ver_cut 2) + 3)).$(ver_cut 3-)"