diff options
author | Amadeusz Piotr Żołnowski <aidecoe@gentoo.org> | 2019-04-11 23:12:18 +0100 |
---|---|---|
committer | Amadeusz Piotr Żołnowski <aidecoe@gentoo.org> | 2019-04-11 23:14:34 +0100 |
commit | 9652dac95bc06aa348abdde630c2026782fde984 (patch) | |
tree | b3688aa7af82a6726385fe071a759e25af59ec05 /net-mail/notmuch | |
parent | media-gfx/fim: Fix building with media-libs/jpeg (diff) | |
download | gentoo-9652dac95bc06aa348abdde630c2026782fde984.tar.gz gentoo-9652dac95bc06aa348abdde630c2026782fde984.tar.bz2 gentoo-9652dac95bc06aa348abdde630c2026782fde984.zip |
net-mail/notmuch: Setup python for Sphinx (to build docs)
Signed-off-by: Amadeusz Piotr Żołnowski <aidecoe@gentoo.org>
Diffstat (limited to 'net-mail/notmuch')
-rw-r--r-- | net-mail/notmuch/notmuch-0.28.3.ebuild | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/net-mail/notmuch/notmuch-0.28.3.ebuild b/net-mail/notmuch/notmuch-0.28.3.ebuild index 9a03251ba48a..3ed0b7768a8c 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 |