diff options
author | Sam James <sam@gentoo.org> | 2022-10-01 05:51:45 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-10-01 05:51:45 +0100 |
commit | 80d3b2b99abf16781602558dd439dfa5ab3af537 (patch) | |
tree | e06db12129f87d80706528f52377af54d922c697 /net-mail/notmuch | |
parent | media-sound/strawberry: dropped obsolete 1.0.7 (diff) | |
download | gentoo-80d3b2b99abf16781602558dd439dfa5ab3af537.tar.gz gentoo-80d3b2b99abf16781602558dd439dfa5ab3af537.tar.bz2 gentoo-80d3b2b99abf16781602558dd439dfa5ab3af537.zip |
net-mail/notmuch: don't install removed nmbug
Closes: https://bugs.gentoo.org/873421
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-mail/notmuch')
-rw-r--r-- | net-mail/notmuch/notmuch-0.37.ebuild | 4 |
1 files 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 |