commit: 44b228d869e892525c0957ec42f35b654e28582f
Author: Amadeusz Żołnowski <aidecoe <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 2 16:16:17 2016 +0000
Commit: Amadeusz Piotr Żołnowski <aidecoe <AT> gentoo <DOT> org>
CommitDate: Sat Jul 2 16:16:17 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44b228d8
net-mail/notmuch: Make tests verbose in stable ebuilds as well
Package-Manager: portage-2.3.0
net-mail/notmuch/notmuch-0.18.2.ebuild | 4 ++--
net-mail/notmuch/notmuch-0.19-r1.ebuild | 4 ++--
net-mail/notmuch/notmuch-0.20.2.ebuild | 4 ++--
net-mail/notmuch/notmuch-0.21.ebuild | 4 ++--
net-mail/notmuch/notmuch-0.22.ebuild | 2 +-
5 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/net-mail/notmuch/notmuch-0.18.2.ebuild
b/net-mail/notmuch/notmuch-0.18.2.ebuild
index 9651014..a0070f8 100644
--- a/net-mail/notmuch/notmuch-0.18.2.ebuild
+++ b/net-mail/notmuch/notmuch-0.18.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$
@@ -133,7 +133,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
}
diff --git a/net-mail/notmuch/notmuch-0.19-r1.ebuild
b/net-mail/notmuch/notmuch-0.19-r1.ebuild
index 656236c..7e0b38c 100644
--- a/net-mail/notmuch/notmuch-0.19-r1.ebuild
+++ b/net-mail/notmuch/notmuch-0.19-r1.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$
@@ -147,7 +147,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
}
diff --git a/net-mail/notmuch/notmuch-0.20.2.ebuild
b/net-mail/notmuch/notmuch-0.20.2.ebuild
index 2979688..8b88dd9 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
}
diff --git a/net-mail/notmuch/notmuch-0.21.ebuild
b/net-mail/notmuch/notmuch-0.21.ebuild
index 896f474..211a70e 100644
--- a/net-mail/notmuch/notmuch-0.21.ebuild
+++ b/net-mail/notmuch/notmuch-0.21.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
}
diff --git a/net-mail/notmuch/notmuch-0.22.ebuild
b/net-mail/notmuch/notmuch-0.22.ebuild
index 1cf92ce..3c6dfdd 100644
--- a/net-mail/notmuch/notmuch-0.22.ebuild
+++ b/net-mail/notmuch/notmuch-0.22.ebuild
@@ -141,7 +141,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
}