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/pymongo/
Date: Sat, 17 Feb 2018 01:47:43
Message-Id: 1518831870.72a83a9320b1bf093c1516a61f0b2d6522661083.prometheanfire@gentoo
1 commit: 72a83a9320b1bf093c1516a61f0b2d6522661083
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 17 01:44:30 2018 +0000
4 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 17 01:44:30 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72a83a93
7
8 dev-python/pymongo: add arm64 keyword (allarches) for openstack
9
10 Package-Manager: Portage-2.3.19, Repoman-2.3.6
11
12 dev-python/pymongo/pymongo-3.5.1.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-python/pymongo/pymongo-3.5.1.ebuild b/dev-python/pymongo/pymongo-3.5.1.ebuild
16 index 01c003201d5..fd2f7a98cfc 100644
17 --- a/dev-python/pymongo/pymongo-3.5.1.ebuild
18 +++ b/dev-python/pymongo/pymongo-3.5.1.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2017 Gentoo Foundation
21 +# Copyright 1999-2018 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=6
25 @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
26
27 LICENSE="Apache-2.0"
28 SLOT="0"
29 -KEYWORDS="~amd64 ~hppa ~x86"
30 +KEYWORDS="~amd64 ~arm64 ~hppa ~x86"
31 IUSE="doc kerberos test"
32
33 RDEPEND="