summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-mail')
-rw-r--r--net-mail/notmuch/ChangeLog5
-rw-r--r--net-mail/notmuch/notmuch-0.18.1.ebuild3
2 files changed, 6 insertions, 2 deletions
diff --git a/net-mail/notmuch/ChangeLog b/net-mail/notmuch/ChangeLog
index 846b3645afca..5cad67751502 100644
--- a/net-mail/notmuch/ChangeLog
+++ b/net-mail/notmuch/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-mail/notmuch
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/ChangeLog,v 1.94 2014/06/25 11:36:09 aidecoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/ChangeLog,v 1.95 2014/07/09 11:38:34 aidecoe Exp $
+
+ 09 Jul 2014; Amadeusz Żołnowski <aidecoe@gentoo.org> notmuch-0.18.1.ebuild:
+ Include database upgrade test.
*notmuch-0.18.1 (25 Jun 2014)
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
}