From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C56DF1382C5 for ; Wed, 3 Jan 2018 19:02:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A5180E0833; Wed, 3 Jan 2018 19:02:31 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 84B21E0833 for ; Wed, 3 Jan 2018 19:02:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 70A78335C2C for ; Wed, 3 Jan 2018 19:02:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F278018A for ; Wed, 3 Jan 2018 19:02:28 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1515006108.ba1ad5e2d4d69f9737a56d51658b33524f1e6706.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/elasticsearch-py/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/elasticsearch-py/elasticsearch-py-6.0.0.ebuild X-VCS-Directories: dev-python/elasticsearch-py/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: ba1ad5e2d4d69f9737a56d51658b33524f1e6706 X-VCS-Branch: master Date: Wed, 3 Jan 2018 19:02:28 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 2db1c89b-135c-47d9-904f-bd55aa971e13 X-Archives-Hash: 1b4cfda0f8a4ad77288fd63fe09d0eea commit: ba1ad5e2d4d69f9737a56d51658b33524f1e6706 Author: Tomas Mozes gmail com> AuthorDate: Wed Jan 3 16:16:52 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Jan 3 19:01:48 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba1ad5e2 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 dev-python/elasticsearch-py/elasticsearch-py-6.0.0.ebuild | 5 ++--- 1 file 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 66f5a900752..3010af4f0e2 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() {