From d7d246221114b622ae0e44be73977b7b669a63dc Mon Sep 17 00:00:00 2001 From: Markus Meier Date: Sat, 14 Nov 2015 17:54:42 +0100 Subject: [PATCH] dev-python/elasticsearch-py: add ~arm, bug #563498 Package-Manager: portage-2.2.24 RepoMan-Options: --include-arches="arm" --- dev-python/elasticsearch-py/elasticsearch-py-1.9.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/elasticsearch-py/elasticsearch-py-1.9.0.ebuild b/dev-python/elasticsearch-py/elasticsearch-py-1.9.0.ebuild index 056ef0a323eff..a9f9b0f6e0db5 100644 --- a/dev-python/elasticsearch-py/elasticsearch-py-1.9.0.ebuild +++ b/dev-python/elasticsearch-py/elasticsearch-py-1.9.0.ebuild @@ -17,7 +17,7 @@ SRC_URI="https://github.com/elasticsearch/${PN}/archive/${PV}.tar.gz -> ${P}.tar LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~mips ~x86" +KEYWORDS="~amd64 ~arm ~mips ~x86" IUSE="examples doc test" RDEPEND=">=dev-python/urllib3-1.8[${PYTHON_USEDEP}]