net-mail/notmuch: Setup python for Sphinx (to build docs)
authorAmadeusz Piotr Żołnowski <aidecoe@gentoo.org>
Thu, 11 Apr 2019 22:12:18 +0000 (23:12 +0100)
committerAmadeusz Piotr Żołnowski <aidecoe@gentoo.org>
Thu, 11 Apr 2019 22:14:34 +0000 (23:14 +0100)
Signed-off-by: Amadeusz Piotr Żołnowski <aidecoe@gentoo.org>
net-mail/notmuch/notmuch-0.28.3.ebuild

index 9a03251ba48a5ab67e65ddf9d86450c714ea8728..3ed0b7768a8ccb6b69e3ed811b4662ce118da8d9 100644 (file)
@@ -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