dev-python/elasticsearch-py: build docs in single thread
authorTomas Mozes <hydrapolic@gmail.com>
Wed, 3 Jan 2018 16:16:52 +0000 (17:16 +0100)
committerMichał Górny <mgorny@gentoo.org>
Wed, 3 Jan 2018 19:01:48 +0000 (20:01 +0100)
Closes: https://bugs.gentoo.org/642202
Closes: https://github.com/gentoo/gentoo/pull/6733
Package-Manager: Portage-2.3.18, Repoman-2.3.6

dev-python/elasticsearch-py/elasticsearch-py-6.0.0.ebuild

index 66f5a900752554e3fe5698c37e653adf9cc1ccd3..3010af4f0e2852e7ff695919df752ab2381db778 100644 (file)
@@ -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() {