diff options
author | Sam James <sam@gentoo.org> | 2022-09-13 23:46:03 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-09-13 23:46:03 +0100 |
commit | cba3e865aef60dc06fc919cc7040bf7c82caadd1 (patch) | |
tree | 4e9335d10edaffd5251467945e2f651a234bbae4 /net-mail/notmuch | |
parent | sys-apps/pcsc-lite: add 1.9.9 (diff) | |
download | gentoo-cba3e865aef60dc06fc919cc7040bf7c82caadd1.tar.gz gentoo-cba3e865aef60dc06fc919cc7040bf7c82caadd1.tar.bz2 gentoo-cba3e865aef60dc06fc919cc7040bf7c82caadd1.zip |
net-mail/notmuch: fix USE=doc
Closes: https://bugs.gentoo.org/869926
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-mail/notmuch')
-rw-r--r-- | net-mail/notmuch/notmuch-0.37.ebuild | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/net-mail/notmuch/notmuch-0.37.ebuild b/net-mail/notmuch/notmuch-0.37.ebuild index d3b3da07aebf..67c45dcc26f7 100644 --- a/net-mail/notmuch/notmuch-0.37.ebuild +++ b/net-mail/notmuch/notmuch-0.37.ebuild @@ -235,9 +235,6 @@ src_install() { default if use doc; then - pushd doc/_build/man/man1 > /dev/null || die - ln notmuch.1 notmuch-setup.1 || die - popd > /dev/null || die if use apidoc; then # rename overly generic manpage to avoid clashes mv doc/_build/man/man3/deprecated.3 \ |