Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/boto3/
Date: Sun, 25 Oct 2020 19:46:35
Message-Id: 1603655181.7f7e7e6ff7207adbb07e73a316f991ce38fd71fe.whissi@gentoo
1 commit: 7f7e7e6ff7207adbb07e73a316f991ce38fd71fe
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 25 19:43:44 2020 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 25 19:46:21 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f7e7e6f
7
8 dev-python/boto3: x86 stable (bug #750458)
9
10 Package-Manager: Portage-3.0.8, Repoman-3.0.2
11 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
12
13 dev-python/boto3/boto3-1.15.1.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-python/boto3/boto3-1.15.1.ebuild b/dev-python/boto3/boto3-1.15.1.ebuild
17 index ccc99e1c241..9d757dda194 100644
18 --- a/dev-python/boto3/boto3-1.15.1.ebuild
19 +++ b/dev-python/boto3/boto3-1.15.1.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 ~x86 ~amd64-linux ~x86-linux"
25 + KEYWORDS="~amd64 ~arm ~arm64 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-)"