summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-mail/notmuch/notmuch-0.20.2.ebuild')
-rw-r--r--net-mail/notmuch/notmuch-0.20.2.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-mail/notmuch/notmuch-0.20.2.ebuild b/net-mail/notmuch/notmuch-0.20.2.ebuild
index 29796883d56d..8b88dd940363 100644
--- a/net-mail/notmuch/notmuch-0.20.2.ebuild
+++ b/net-mail/notmuch/notmuch-0.20.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -143,7 +143,7 @@ src_compile() {
src_test() {
pax-mark -m notmuch
emake download-test-databases
- LD_LIBRARY_PATH="${MY_LD_LIBRARY_PATH}" default
+ LD_LIBRARY_PATH="${MY_LD_LIBRARY_PATH}" V=1 default
pax-mark -ze notmuch
}