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 BF452138334 for ; Thu, 11 Apr 2019 22:14:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B65EAE07A9; Thu, 11 Apr 2019 22:14:55 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 8F618E07A9 for ; Thu, 11 Apr 2019 22:14:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 CD228340DB8 for ; Thu, 11 Apr 2019 22:14:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 44B2E520 for ; Thu, 11 Apr 2019 22:14:50 +0000 (UTC) From: "Amadeusz Piotr Żołnowski" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Amadeusz Piotr Żołnowski" Message-ID: <1555020874.9652dac95bc06aa348abdde630c2026782fde984.aidecoe@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/notmuch/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-mail/notmuch/notmuch-0.28.3.ebuild X-VCS-Directories: net-mail/notmuch/ X-VCS-Committer: aidecoe X-VCS-Committer-Name: Amadeusz Piotr Żołnowski X-VCS-Revision: 9652dac95bc06aa348abdde630c2026782fde984 X-VCS-Branch: master Date: Thu, 11 Apr 2019 22:14:50 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 25915c21-9e5f-48c7-8e15-a8035d0b6713 X-Archives-Hash: e32ee80a5990112a54176c97d4f46786 commit: 9652dac95bc06aa348abdde630c2026782fde984 Author: Amadeusz Piotr Żołnowski gentoo org> AuthorDate: Thu Apr 11 22:12:18 2019 +0000 Commit: Amadeusz Piotr Żołnowski gentoo org> CommitDate: Thu Apr 11 22:14:34 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9652dac9 net-mail/notmuch: Setup python for Sphinx (to build docs) Signed-off-by: Amadeusz Piotr Żołnowski gentoo.org> net-mail/notmuch/notmuch-0.28.3.ebuild | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/net-mail/notmuch/notmuch-0.28.3.ebuild b/net-mail/notmuch/notmuch-0.28.3.ebuild index 9a03251ba48..3ed0b7768a8 100644 --- a/net-mail/notmuch/notmuch-0.28.3.ebuild +++ b/net-mail/notmuch/notmuch-0.28.3.ebuild @@ -136,6 +136,8 @@ src_prepare() { } src_configure() { + python_setup # for sphinx + local myeconfargs=( --bashcompletiondir="$(get_bashcompdir)" --emacslispdir="${EPREFIX}/${SITELISP}/${PN}" @@ -151,6 +153,8 @@ src_configure() { } src_compile() { + python_setup # for sphinx + V=1 default bindings python distutils-r1_src_compile