Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/elasticsearch-py/
Date: Wed, 03 Jan 2018 19:02:32
Message-Id: 1515006108.ba1ad5e2d4d69f9737a56d51658b33524f1e6706.mgorny@gentoo
1 commit: ba1ad5e2d4d69f9737a56d51658b33524f1e6706
2 Author: Tomas Mozes <hydrapolic <AT> gmail <DOT> com>
3 AuthorDate: Wed Jan 3 16:16:52 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 3 19:01:48 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba1ad5e2
7
8 dev-python/elasticsearch-py: build docs in single thread
9
10 Closes: https://bugs.gentoo.org/642202
11 Closes: https://github.com/gentoo/gentoo/pull/6733
12 Package-Manager: Portage-2.3.18, Repoman-2.3.6
13
14 dev-python/elasticsearch-py/elasticsearch-py-6.0.0.ebuild | 5 ++---
15 1 file changed, 2 insertions(+), 3 deletions(-)
16
17 diff --git a/dev-python/elasticsearch-py/elasticsearch-py-6.0.0.ebuild b/dev-python/elasticsearch-py/elasticsearch-py-6.0.0.ebuild
18 index 66f5a900752..3010af4f0e2 100644
19 --- a/dev-python/elasticsearch-py/elasticsearch-py-6.0.0.ebuild
20 +++ b/dev-python/elasticsearch-py/elasticsearch-py-6.0.0.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2017 Gentoo Foundation
23 +# Copyright 1999-2018 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=6
27 @@ -86,8 +86,7 @@ python_test() {
28 }
29
30 python_compile_all() {
31 - cd docs || die
32 - emake man $(usex doc html "")
33 + emake -C docs -j1 man $(usex doc html "")
34 }
35
36 python_install_all() {