From: Amadeusz Żołnowski Date: Sat, 2 Jul 2016 16:16:17 +0000 (+0100) Subject: net-mail/notmuch: Make tests verbose in stable ebuilds as well X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=44b228d869e892525c0957ec42f35b654e28582f;p=gentoo.git net-mail/notmuch: Make tests verbose in stable ebuilds as well Package-Manager: portage-2.3.0 --- 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 }