Gentoo Archives: gentoo-commits

From: Matt Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/boto3/
Date: Tue, 13 Feb 2018 20:21:44
Message-Id: 1518553289.3f8d6616bc5064b2130504dc275f266ca2a91987.prometheanfire@gentoo
1 commit: 3f8d6616bc5064b2130504dc275f266ca2a91987
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 13 20:10:12 2018 +0000
4 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 13 20:21:29 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f8d6616
7
8 dev-python/boto3: keywording arm64 for kombu
9
10 Package-Manager: Portage-2.3.19, Repoman-2.3.6
11
12 dev-python/boto3/boto3-1.5.6.ebuild | 4 ++--
13 dev-python/boto3/boto3-9999.ebuild | 4 ++--
14 2 files changed, 4 insertions(+), 4 deletions(-)
15
16 diff --git a/dev-python/boto3/boto3-1.5.6.ebuild b/dev-python/boto3/boto3-1.5.6.ebuild
17 index 837af95fa1e..26a90923fb5 100644
18 --- a/dev-python/boto3/boto3-1.5.6.ebuild
19 +++ b/dev-python/boto3/boto3-1.5.6.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 +# Copyright 1999-2018 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 @@ -17,7 +17,7 @@ if [[ "${PV}" == "9999" ]]; then
27 inherit git-r3
28 else
29 SRC_URI="https://github.com/boto/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
30 - KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
31 + KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
32 fi
33
34 RDEPEND="
35
36 diff --git a/dev-python/boto3/boto3-9999.ebuild b/dev-python/boto3/boto3-9999.ebuild
37 index 837af95fa1e..26a90923fb5 100644
38 --- a/dev-python/boto3/boto3-9999.ebuild
39 +++ b/dev-python/boto3/boto3-9999.ebuild
40 @@ -1,4 +1,4 @@
41 -# Copyright 1999-2017 Gentoo Foundation
42 +# Copyright 1999-2018 Gentoo Foundation
43 # Distributed under the terms of the GNU General Public License v2
44
45 EAPI=6
46 @@ -17,7 +17,7 @@ if [[ "${PV}" == "9999" ]]; then
47 inherit git-r3
48 else
49 SRC_URI="https://github.com/boto/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
50 - KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
51 + KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
52 fi
53
54 RDEPEND="