Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/elasticsearch-py/
Date: Tue, 23 Aug 2016 19:00:19
Message-Id: 1471978799.90c06669be0da729979cc0556729ed2fb5a084f4.soap@gentoo
1 commit: 90c06669be0da729979cc0556729ed2fb5a084f4
2 Author: Tomas Mozes <hydrapolic <AT> gmail <DOT> com>
3 AuthorDate: Thu Aug 18 05:43:44 2016 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 23 18:59:59 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90c06669
7
8 dev-python/elasticsearch-py: drop mips
9
10 Package-Manager: portage-2.3.0
11 Closes: https://github.com/gentoo/gentoo/pull/2102
12
13 Signed-off-by: David Seifert <soap <AT> gentoo.org>
14
15 dev-python/elasticsearch-py/elasticsearch-py-2.3.0.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/dev-python/elasticsearch-py/elasticsearch-py-2.3.0.ebuild b/dev-python/elasticsearch-py/elasticsearch-py-2.3.0.ebuild
19 index 1e92e88..794ba9d 100644
20 --- a/dev-python/elasticsearch-py/elasticsearch-py-2.3.0.ebuild
21 +++ b/dev-python/elasticsearch-py/elasticsearch-py-2.3.0.ebuild
22 @@ -21,7 +21,7 @@ SRC_URI="https://github.com/elasticsearch/${PN}/archive/${PV}.tar.gz -> ${P}.tar
23
24 LICENSE="Apache-2.0"
25 SLOT="0"
26 -KEYWORDS="~amd64 ~mips ~x86"
27 +KEYWORDS="~amd64 ~x86"
28 IUSE="examples doc test"
29
30 RDEPEND=">=dev-python/urllib3-1.8[${PYTHON_USEDEP}]