Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/elasticsearch-py/
Date: Mon, 26 Dec 2016 11:23:32
Message-Id: 1482751385.567e9a36ca7930873b7aba9bf0252e48673cf016.bman@gentoo
1 commit: 567e9a36ca7930873b7aba9bf0252e48673cf016
2 Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
3 AuthorDate: Mon Dec 26 11:23:05 2016 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Mon Dec 26 11:23:05 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=567e9a36
7
8 dev-python/elasticsearch-py: amd64/x86 stable wrt bug #580488. ALLARCHES.
9
10 dev-python/elasticsearch-py/elasticsearch-py-2.3.0.ebuild | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/dev-python/elasticsearch-py/elasticsearch-py-2.3.0.ebuild b/dev-python/elasticsearch-py/elasticsearch-py-2.3.0.ebuild
14 index 794ba9d..90d9964 100644
15 --- a/dev-python/elasticsearch-py/elasticsearch-py-2.3.0.ebuild
16 +++ b/dev-python/elasticsearch-py/elasticsearch-py-2.3.0.ebuild
17 @@ -21,7 +21,7 @@ SRC_URI="https://github.com/elasticsearch/${PN}/archive/${PV}.tar.gz -> ${P}.tar
18
19 LICENSE="Apache-2.0"
20 SLOT="0"
21 -KEYWORDS="~amd64 ~x86"
22 +KEYWORDS="amd64 x86"
23 IUSE="examples doc test"
24
25 RDEPEND=">=dev-python/urllib3-1.8[${PYTHON_USEDEP}]