Gentoo Archives: gentoo-commits

From: "Amadeusz Piotr Żołnowski" <aidecoe@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/notmuch/
Date: Thu, 05 May 2016 17:31:20
Message-Id: 1462469451.74250c7279e6f8ff909fe6c1fbba31e8bb993bcd.aidecoe@gentoo
1 commit: 74250c7279e6f8ff909fe6c1fbba31e8bb993bcd
2 Author: Amadeusz Żołnowski <aidecoe <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 5 17:30:19 2016 +0000
4 Commit: Amadeusz Piotr Żołnowski <aidecoe <AT> gentoo <DOT> org>
5 CommitDate: Thu May 5 17:30:51 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74250c72
7
8 net-mail/notmuch: Install notmuch-report instead of nmbug-status
9
10 nmbug-status has been renamed to notmuch-report.
11
12 Package-Manager: portage-2.2.28
13
14 net-mail/notmuch/notmuch-0.22.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/net-mail/notmuch/notmuch-0.22.ebuild b/net-mail/notmuch/notmuch-0.22.ebuild
18 index 2004166..1cf92ce 100644
19 --- a/net-mail/notmuch/notmuch-0.22.ebuild
20 +++ b/net-mail/notmuch/notmuch-0.22.ebuild
21 @@ -154,7 +154,7 @@ src_install() {
22
23 if use nmbug; then
24 dobin devel/nmbug/nmbug
25 - dobin devel/nmbug/nmbug-status
26 + dobin devel/nmbug/notmuch-report
27 fi
28
29 if use mutt; then