From 90c06669be0da729979cc0556729ed2fb5a084f4 Mon Sep 17 00:00:00 2001 From: Tomas Mozes Date: Thu, 18 Aug 2016 07:43:44 +0200 Subject: [PATCH] dev-python/elasticsearch-py: drop mips Package-Manager: portage-2.3.0 Closes: https://github.com/gentoo/gentoo/pull/2102 Signed-off-by: David Seifert --- dev-python/elasticsearch-py/elasticsearch-py-2.3.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/elasticsearch-py/elasticsearch-py-2.3.0.ebuild b/dev-python/elasticsearch-py/elasticsearch-py-2.3.0.ebuild index 1e92e88dc8e15..794ba9dd7fdd3 100644 --- a/dev-python/elasticsearch-py/elasticsearch-py-2.3.0.ebuild +++ b/dev-python/elasticsearch-py/elasticsearch-py-2.3.0.ebuild @@ -21,7 +21,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 ~x86" IUSE="examples doc test" RDEPEND=">=dev-python/urllib3-1.8[${PYTHON_USEDEP}]