diff options
Diffstat (limited to 'net-mail/notmuch/notmuch-0.18.1.ebuild')
-rw-r--r-- | net-mail/notmuch/notmuch-0.18.1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-mail/notmuch/notmuch-0.18.1.ebuild b/net-mail/notmuch/notmuch-0.18.1.ebuild index e93eff0e97a0..2bea1e0b93aa 100644 --- a/net-mail/notmuch/notmuch-0.18.1.ebuild +++ b/net-mail/notmuch/notmuch-0.18.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/notmuch-0.18.1.ebuild,v 1.1 2014/06/25 11:36:09 aidecoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/notmuch-0.18.1.ebuild,v 1.2 2014/07/09 11:38:34 aidecoe Exp $ EAPI=5 @@ -134,6 +134,7 @@ src_compile() { src_test() { pax-mark -m notmuch + emake download-test-databases LD_LIBRARY_PATH="${MY_LD_LIBRARY_PATH}" default pax-mark -ze notmuch } |