Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/notmuch/
Date: Sat, 01 Oct 2022 04:58:03
Message-Id: 1664599905.80d3b2b99abf16781602558dd439dfa5ab3af537.sam@gentoo
1 commit: 80d3b2b99abf16781602558dd439dfa5ab3af537
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 1 04:51:45 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 1 04:51:45 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80d3b2b9
7
8 net-mail/notmuch: don't install removed nmbug
9
10 Closes: https://bugs.gentoo.org/873421
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 net-mail/notmuch/notmuch-0.37.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/net-mail/notmuch/notmuch-0.37.ebuild b/net-mail/notmuch/notmuch-0.37.ebuild
17 index 67c45dcc26f7..82de22415b12 100644
18 --- a/net-mail/notmuch/notmuch-0.37.ebuild
19 +++ b/net-mail/notmuch/notmuch-0.37.ebuild
20 @@ -250,8 +250,8 @@ src_install() {
21
22 if use nmbug; then
23 # TODO: those guys need proper deps
24 - python_fix_shebang devel/nmbug/{nmbug,notmuch-report}
25 - dobin devel/nmbug/{nmbug,notmuch-report}
26 + python_fix_shebang devel/nmbug/notmuch-report
27 + dobin devel/nmbug/notmuch-report
28 fi
29
30 if use mutt; then