summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net-mail/notmuch/ChangeLog5
-rw-r--r--net-mail/notmuch/notmuch-0.9-r1.ebuild12
2 files changed, 12 insertions, 5 deletions
diff --git a/net-mail/notmuch/ChangeLog b/net-mail/notmuch/ChangeLog
index fe157fdb553e..64000dec6d70 100644
--- a/net-mail/notmuch/ChangeLog
+++ b/net-mail/notmuch/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-mail/notmuch
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/ChangeLog,v 1.4 2011/11/03 13:54:52 aidecoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/ChangeLog,v 1.5 2011/11/03 17:35:07 aidecoe Exp $
+
+ 03 Nov 2011; Amadeusz Żołnowski <aidecoe@gentoo.org> notmuch-0.9-r1.ebuild:
+ Added support for test suite.
*notmuch-0.9-r1 (03 Nov 2011)
diff --git a/net-mail/notmuch/notmuch-0.9-r1.ebuild b/net-mail/notmuch/notmuch-0.9-r1.ebuild
index 57ab90da7ca0..f2d82b6d78ce 100644
--- a/net-mail/notmuch/notmuch-0.9-r1.ebuild
+++ b/net-mail/notmuch/notmuch-0.9-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/notmuch-0.9-r1.ebuild,v 1.1 2011/11/03 13:54:52 aidecoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/notmuch-0.9-r1.ebuild,v 1.2 2011/11/03 17:35:07 aidecoe Exp $
EAPI=4
@@ -18,9 +18,10 @@ SRC_URI="${HOMEPAGE}/releases/${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE="bash-completion debug emacs python vim zsh-completion"
+REQUIRED_USE="test? ( emacs )"
+IUSE="bash-completion debug emacs python test vim zsh-completion"
-DEPEND="
+CDEPEND="
>=dev-libs/glib-2.14
dev-libs/gmime:2.4
dev-libs/xapian
@@ -30,7 +31,10 @@ DEPEND="
x86? ( >=dev-libs/xapian-1.2.7-r2 )
vim? ( || ( >=app-editors/vim-7.0 >=app-editors/gvim-7.0 ) )
"
-RDEPEND="${DEPEND}
+DEPEND="${CDEPEND}
+ test? ( sys-devel/gdb )
+ "
+RDEPEND="${CDEPEND}
zsh-completion? ( app-shells/zsh )
"