Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/boto3/
Date: Wed, 27 Jan 2021 03:06:18
Message-Id: 1611716744.d4c86b1f4b6f5ff8551a3ba58595b2716b8eea06.sam@gentoo
1 commit: d4c86b1f4b6f5ff8551a3ba58595b2716b8eea06
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 27 03:05:44 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 27 03:05:44 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4c86b1f
7
8 dev-python/boto3: Stabilize 1.16.43 ALLARCHES, #767073
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-python/boto3/boto3-1.16.43.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-python/boto3/boto3-1.16.43.ebuild b/dev-python/boto3/boto3-1.16.43.ebuild
16 index ccc99e1c241..7de92d70c47 100644
17 --- a/dev-python/boto3/boto3-1.16.43.ebuild
18 +++ b/dev-python/boto3/boto3-1.16.43.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2020 Gentoo Authors
21 +# Copyright 1999-2021 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25 @@ -17,7 +17,7 @@ if [[ "${PV}" == "9999" ]]; then
26 BOTOCORE_PV=${PV}
27 else
28 SRC_URI="https://github.com/boto/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
29 - KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
30 + KEYWORDS="amd64 ~arm ~arm64 x86 ~amd64-linux ~x86-linux"
31
32 # botocore is x.(y+3).z
33 BOTOCORE_PV="$(ver_cut 1).$(( $(ver_cut 2) + 3)).$(ver_cut 3-)"