diff options
author | Amadeusz Piotr Żołnowski <aidecoe@gentoo.org> | 2011-11-03 17:35:07 +0000 |
---|---|---|
committer | Amadeusz Piotr Żołnowski <aidecoe@gentoo.org> | 2011-11-03 17:35:07 +0000 |
commit | ee4b19403656dbb50fd90c6c7018366c77854758 (patch) | |
tree | 2b00a3882036d88950ca07a3b5676f6bf95f543c /net-mail/notmuch | |
parent | Version bump (bug #389329). (diff) | |
download | gentoo-2-ee4b19403656dbb50fd90c6c7018366c77854758.tar.gz gentoo-2-ee4b19403656dbb50fd90c6c7018366c77854758.tar.bz2 gentoo-2-ee4b19403656dbb50fd90c6c7018366c77854758.zip |
net-mail/notmuch: Added support for test suite.
(Portage version: 2.1.10.31/cvs/Linux x86_64)
Diffstat (limited to 'net-mail/notmuch')
-rw-r--r-- | net-mail/notmuch/ChangeLog | 5 | ||||
-rw-r--r-- | net-mail/notmuch/notmuch-0.9-r1.ebuild | 12 |
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 ) " |