From 567e9a36ca7930873b7aba9bf0252e48673cf016 Mon Sep 17 00:00:00 2001 From: Aaron Bauman Date: Mon, 26 Dec 2016 20:23:05 +0900 Subject: [PATCH] dev-python/elasticsearch-py: amd64/x86 stable wrt bug #580488. ALLARCHES. --- 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 794ba9dd7fdd3..90d99645fba40 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 ~x86" +KEYWORDS="amd64 x86" IUSE="examples doc test" RDEPEND=">=dev-python/urllib3-1.8[${PYTHON_USEDEP}]