Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/elasticsearch-py/
Date: Sun, 29 Oct 2017 21:08:27
Message-Id: 1509311277.7cbff8ff863d047e3bbabe1f2ce075345a8f4989.whissi@gentoo
1 commit: 7cbff8ff863d047e3bbabe1f2ce075345a8f4989
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 29 20:28:52 2017 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 29 21:07:57 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7cbff8ff
7
8 dev-python/elasticsearch-py: x86 stable (bug #630318)
9
10 Package-Manager: Portage-2.3.13, Repoman-2.3.4
11
12 dev-python/elasticsearch-py/elasticsearch-py-5.4.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/elasticsearch-py/elasticsearch-py-5.4.0.ebuild b/dev-python/elasticsearch-py/elasticsearch-py-5.4.0.ebuild
16 index a25ac2a625d..464ae3bc53b 100644
17 --- a/dev-python/elasticsearch-py/elasticsearch-py-5.4.0.ebuild
18 +++ b/dev-python/elasticsearch-py/elasticsearch-py-5.4.0.ebuild
19 @@ -22,7 +22,7 @@ SRC_URI="https://github.com/elasticsearch/${PN}/archive/${PV}.tar.gz -> ${P}.tar
20
21 LICENSE="Apache-2.0"
22 SLOT="0"
23 -KEYWORDS="~amd64 ~x86"
24 +KEYWORDS="~amd64 x86"
25 IUSE="examples doc test"
26
27 RDEPEND=">=dev-python/urllib3-1.8[${PYTHON_USEDEP}]