Gentoo Archives: gentoo-commits

From: "Amadeusz Piotr Żołnowski" <aidecoe@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/notmuch/
Date: Thu, 11 Apr 2019 22:14:56
Message-Id: 1555020874.9652dac95bc06aa348abdde630c2026782fde984.aidecoe@gentoo
1 commit: 9652dac95bc06aa348abdde630c2026782fde984
2 Author: Amadeusz Piotr Żołnowski <aidecoe <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 11 22:12:18 2019 +0000
4 Commit: Amadeusz Piotr Żołnowski <aidecoe <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 11 22:14:34 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9652dac9
7
8 net-mail/notmuch: Setup python for Sphinx (to build docs)
9
10 Signed-off-by: Amadeusz Piotr Żołnowski <aidecoe <AT> gentoo.org>
11
12 net-mail/notmuch/notmuch-0.28.3.ebuild | 4 ++++
13 1 file changed, 4 insertions(+)
14
15 diff --git a/net-mail/notmuch/notmuch-0.28.3.ebuild b/net-mail/notmuch/notmuch-0.28.3.ebuild
16 index 9a03251ba48..3ed0b7768a8 100644
17 --- a/net-mail/notmuch/notmuch-0.28.3.ebuild
18 +++ b/net-mail/notmuch/notmuch-0.28.3.ebuild
19 @@ -136,6 +136,8 @@ src_prepare() {
20 }
21
22 src_configure() {
23 + python_setup # for sphinx
24 +
25 local myeconfargs=(
26 --bashcompletiondir="$(get_bashcompdir)"
27 --emacslispdir="${EPREFIX}/${SITELISP}/${PN}"
28 @@ -151,6 +153,8 @@ src_configure() {
29 }
30
31 src_compile() {
32 + python_setup # for sphinx
33 +
34 V=1 default
35 bindings python distutils-r1_src_compile