commit: cba3e865aef60dc06fc919cc7040bf7c82caadd1 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Tue Sep 13 22:46:03 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue Sep 13 22:46:03 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cba3e865
net-mail/notmuch: fix USE=doc Closes: https://bugs.gentoo.org/869926 Signed-off-by: Sam James <sam <AT> gentoo.org> net-mail/notmuch/notmuch-0.37.ebuild | 3 --- 1 file changed, 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 \
