diff options
author | Georgy Yakovlev <gyakovlev@gentoo.org> | 2021-05-16 23:00:22 -0700 |
---|---|---|
committer | Georgy Yakovlev <gyakovlev@gentoo.org> | 2021-05-16 23:00:59 -0700 |
commit | 4c8699592530829a23cce78c61136a333713e47b (patch) | |
tree | f1851abfa5ed3c07a96bd0610db7058e324279b1 /net-mail | |
parent | media-plugins/kodi-pvr-iptvsimple: Cleanup old version (diff) | |
download | gentoo-4c8699592530829a23cce78c61136a333713e47b.tar.gz gentoo-4c8699592530829a23cce78c61136a333713e47b.tar.bz2 gentoo-4c8699592530829a23cce78c61136a333713e47b.zip |
net-mail/notmuch: unlock sphinx dep
Closes: https://bugs.gentoo.org/789492
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/notmuch/notmuch-0.31.3.ebuild | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/net-mail/notmuch/notmuch-0.31.3.ebuild b/net-mail/notmuch/notmuch-0.31.3.ebuild index 946fb55ae69a..e6d8d047fd86 100644 --- a/net-mail/notmuch/notmuch-0.31.3.ebuild +++ b/net-mail/notmuch/notmuch-0.31.3.ebuild @@ -35,10 +35,12 @@ BDEPEND=" dev-lang/perl ) doc? ( - <dev-python/sphinx-4 + dev-python/sphinx sys-apps/texinfo ) - python? ( dev-python/pytest[${PYTHON_USEDEP}] ) + python? ( + test? ( dev-python/pytest[${PYTHON_USEDEP}] ) + ) " COMMON_DEPEND=" @@ -115,6 +117,9 @@ src_prepare() { # Non-autoconf configure [[ ${CHOST} == *-solaris* ]] && append-ldflags '-lnsl' '-lsocket' + + # sphinx-4 broke everything. https://bugs.gentoo.org/789492 + echo 'man_make_section_directory = False' >> doc/conf.py || die } src_configure() { |