From cba3e865aef60dc06fc919cc7040bf7c82caadd1 Mon Sep 17 00:00:00 2001 From: Sam James Date: Tue, 13 Sep 2022 23:46:03 +0100 Subject: net-mail/notmuch: fix USE=doc Closes: https://bugs.gentoo.org/869926 Signed-off-by: Sam James --- net-mail/notmuch/notmuch-0.37.ebuild | 3 --- 1 file changed, 3 deletions(-) (limited to 'net-mail') 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 \ -- cgit v1.2.3-65-gdbad