From 80d3b2b99abf16781602558dd439dfa5ab3af537 Mon Sep 17 00:00:00 2001 From: Sam James Date: Sat, 1 Oct 2022 05:51:45 +0100 Subject: [PATCH] net-mail/notmuch: don't install removed nmbug Closes: https://bugs.gentoo.org/873421 Signed-off-by: Sam James --- net-mail/notmuch/notmuch-0.37.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-mail/notmuch/notmuch-0.37.ebuild b/net-mail/notmuch/notmuch-0.37.ebuild index 67c45dcc26f7..82de22415b12 100644 --- a/net-mail/notmuch/notmuch-0.37.ebuild +++ b/net-mail/notmuch/notmuch-0.37.ebuild @@ -250,8 +250,8 @@ src_install() { if use nmbug; then # TODO: those guys need proper deps - python_fix_shebang devel/nmbug/{nmbug,notmuch-report} - dobin devel/nmbug/{nmbug,notmuch-report} + python_fix_shebang devel/nmbug/notmuch-report + dobin devel/nmbug/notmuch-report fi if use mutt; then