summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2018-02-16 19:44:30 -0600
committerMatthew Thode <prometheanfire@gentoo.org>2018-02-16 19:44:30 -0600
commit72a83a9320b1bf093c1516a61f0b2d6522661083 (patch)
treef53b8d1e6a6dd8abb2be50b0d35de1ceda2c07f8
parentprofiles/arches/arm64: make the mask smaller for pymongo on arm64 (diff)
downloadgentoo-72a83a9320b1bf093c1516a61f0b2d6522661083.tar.gz
gentoo-72a83a9320b1bf093c1516a61f0b2d6522661083.tar.bz2
gentoo-72a83a9320b1bf093c1516a61f0b2d6522661083.zip
dev-python/pymongo: add arm64 keyword (allarches) for openstack
Package-Manager: Portage-2.3.19, Repoman-2.3.6
-rw-r--r--dev-python/pymongo/pymongo-3.5.1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pymongo/pymongo-3.5.1.ebuild b/dev-python/pymongo/pymongo-3.5.1.ebuild
index 01c003201d56..fd2f7a98cfc8 100644
--- a/dev-python/pymongo/pymongo-3.5.1.ebuild
+++ b/dev-python/pymongo/pymongo-3.5.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
-KEYWORDS="~amd64 ~hppa ~x86"
+KEYWORDS="~amd64 ~arm64 ~hppa ~x86"
IUSE="doc kerberos test"
RDEPEND="