diff options
author | Amadeusz Żołnowski <aidecoe@gentoo.org> | 2016-05-05 18:30:19 +0100 |
---|---|---|
committer | Amadeusz Żołnowski <aidecoe@gentoo.org> | 2016-05-05 18:30:51 +0100 |
commit | 74250c7279e6f8ff909fe6c1fbba31e8bb993bcd (patch) | |
tree | 90a440d25a0b23faa1efd955f3781a9f7a43fc2b /net-mail | |
parent | net-misc/midentd: use -p0 when applying patch in src_prepare() (diff) | |
download | gentoo-74250c7279e6f8ff909fe6c1fbba31e8bb993bcd.tar.gz gentoo-74250c7279e6f8ff909fe6c1fbba31e8bb993bcd.tar.bz2 gentoo-74250c7279e6f8ff909fe6c1fbba31e8bb993bcd.zip |
net-mail/notmuch: Install notmuch-report instead of nmbug-status
nmbug-status has been renamed to notmuch-report.
Package-Manager: portage-2.2.28
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/notmuch/notmuch-0.22.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mail/notmuch/notmuch-0.22.ebuild b/net-mail/notmuch/notmuch-0.22.ebuild index 2004166e8201..1cf92ced966a 100644 --- a/net-mail/notmuch/notmuch-0.22.ebuild +++ b/net-mail/notmuch/notmuch-0.22.ebuild @@ -154,7 +154,7 @@ src_install() { if use nmbug; then dobin devel/nmbug/nmbug - dobin devel/nmbug/nmbug-status + dobin devel/nmbug/notmuch-report fi if use mutt; then |