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: Sat, 02 Jul 2016 16:13:00
Message-Id: 1467475916.f6489a7a70061cde87b035b4523f20ecaf7bbb8c.aidecoe@gentoo
1 commit: f6489a7a70061cde87b035b4523f20ecaf7bbb8c
2 Author: Amadeusz Żołnowski <aidecoe <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 2 16:06:24 2016 +0000
4 Commit: Amadeusz Piotr Żołnowski <aidecoe <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 2 16:11:56 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6489a7a
7
8 net-mail/notmuch: Make tests verbose
9
10 net-mail/notmuch/notmuch-0.22-r2.ebuild | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/net-mail/notmuch/notmuch-0.22-r2.ebuild b/net-mail/notmuch/notmuch-0.22-r2.ebuild
14 index 6f415c8..3b36766 100644
15 --- a/net-mail/notmuch/notmuch-0.22-r2.ebuild
16 +++ b/net-mail/notmuch/notmuch-0.22-r2.ebuild
17 @@ -142,7 +142,7 @@ src_compile() {
18 src_test() {
19 pax-mark -m notmuch
20 emake download-test-databases
21 - LD_LIBRARY_PATH="${MY_LD_LIBRARY_PATH}" default
22 + LD_LIBRARY_PATH="${MY_LD_LIBRARY_PATH}" V=1 default
23 pax-mark -ze notmuch
24 }