commit:     9652dac95bc06aa348abdde630c2026782fde984
Author:     Amadeusz Piotr Żołnowski <aidecoe <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 11 22:12:18 2019 +0000
Commit:     Amadeusz Piotr Żołnowski <aidecoe <AT> gentoo <DOT> 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 <aidecoe <AT> 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
 

Reply via email to