diff options
author | Amadeusz Żołnowski <aidecoe@gentoo.org> | 2016-07-02 17:16:17 +0100 |
---|---|---|
committer | Amadeusz Żołnowski <aidecoe@gentoo.org> | 2016-07-02 17:16:17 +0100 |
commit | 44b228d869e892525c0957ec42f35b654e28582f (patch) | |
tree | f5008f16b00200bf24270deccf3e25053318963c /net-mail | |
parent | net-mail/notmuch: Let package manager download test database (diff) | |
download | gentoo-44b228d869e892525c0957ec42f35b654e28582f.tar.gz gentoo-44b228d869e892525c0957ec42f35b654e28582f.tar.bz2 gentoo-44b228d869e892525c0957ec42f35b654e28582f.zip |
net-mail/notmuch: Make tests verbose in stable ebuilds as well
Package-Manager: portage-2.3.0
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/notmuch/notmuch-0.18.2.ebuild | 4 | ||||
-rw-r--r-- | net-mail/notmuch/notmuch-0.19-r1.ebuild | 4 | ||||
-rw-r--r-- | net-mail/notmuch/notmuch-0.20.2.ebuild | 4 | ||||
-rw-r--r-- | net-mail/notmuch/notmuch-0.21.ebuild | 4 | ||||
-rw-r--r-- | 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 9651014a79b6..a0070f89f2f9 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 656236ca8c70..7e0b38c77203 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 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 } diff --git a/net-mail/notmuch/notmuch-0.21.ebuild b/net-mail/notmuch/notmuch-0.21.ebuild index 896f474d8e29..211a70e4502d 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 1cf92ced966a..3c6dfddf146e 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 } |