summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Mozes <hydrapolic@gmail.com>2018-01-03 17:16:52 +0100
committerMichał Górny <mgorny@gentoo.org>2018-01-03 20:01:48 +0100
commitba1ad5e2d4d69f9737a56d51658b33524f1e6706 (patch)
treeb6a2fadf73a8bba70bb14cd411efaf9e96d5b221 /dev-python/elasticsearch-py/elasticsearch-py-6.0.0.ebuild
parentapp-misc/splitvt: Drop old (diff)
downloadgentoo-ba1ad5e2d4d69f9737a56d51658b33524f1e6706.tar.gz
gentoo-ba1ad5e2d4d69f9737a56d51658b33524f1e6706.tar.bz2
gentoo-ba1ad5e2d4d69f9737a56d51658b33524f1e6706.zip
dev-python/elasticsearch-py: build docs in single thread
Closes: https://bugs.gentoo.org/642202 Closes: https://github.com/gentoo/gentoo/pull/6733 Package-Manager: Portage-2.3.18, Repoman-2.3.6
Diffstat (limited to 'dev-python/elasticsearch-py/elasticsearch-py-6.0.0.ebuild')
-rw-r--r--dev-python/elasticsearch-py/elasticsearch-py-6.0.0.ebuild5
1 files changed, 2 insertions, 3 deletions
diff --git a/dev-python/elasticsearch-py/elasticsearch-py-6.0.0.ebuild b/dev-python/elasticsearch-py/elasticsearch-py-6.0.0.ebuild
index 66f5a9007525..3010af4f0e28 100644
--- a/dev-python/elasticsearch-py/elasticsearch-py-6.0.0.ebuild
+++ b/dev-python/elasticsearch-py/elasticsearch-py-6.0.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -86,8 +86,7 @@ python_test() {
}
python_compile_all() {
- cd docs || die
- emake man $(usex doc html "")
+ emake -C docs -j1 man $(usex doc html "")
}
python_install_all() {