diff options
author | Amadeusz Piotr Żołnowski <aidecoe@gentoo.org> | 2014-07-09 11:38:34 +0000 |
---|---|---|
committer | Amadeusz Piotr Żołnowski <aidecoe@gentoo.org> | 2014-07-09 11:38:34 +0000 |
commit | 09b2b927319bdc7035298e890c68fd235f02344c (patch) | |
tree | d926e0486f12a1cb8d8bd7a64ded5e091ca90689 /net-mail | |
parent | Version bump wrt #516638 by Matthias Maier (diff) | |
download | gentoo-2-09b2b927319bdc7035298e890c68fd235f02344c.tar.gz gentoo-2-09b2b927319bdc7035298e890c68fd235f02344c.tar.bz2 gentoo-2-09b2b927319bdc7035298e890c68fd235f02344c.zip |
Include database upgrade test.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key F0134531E1DBFAB5)
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/notmuch/ChangeLog | 5 | ||||
-rw-r--r-- | net-mail/notmuch/notmuch-0.18.1.ebuild | 3 |
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 } |