diff options
Diffstat (limited to 'net-mail/notmuch/notmuch-0.11.1-r3.ebuild')
-rw-r--r-- | net-mail/notmuch/notmuch-0.11.1-r3.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-mail/notmuch/notmuch-0.11.1-r3.ebuild b/net-mail/notmuch/notmuch-0.11.1-r3.ebuild index adb537b6bd73..4f4eccb33381 100644 --- a/net-mail/notmuch/notmuch-0.11.1-r3.ebuild +++ b/net-mail/notmuch/notmuch-0.11.1-r3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/notmuch-0.11.1-r3.ebuild,v 1.7 2012/05/19 07:50:41 aidecoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/notmuch-0.11.1-r3.ebuild,v 1.8 2013/09/06 13:06:27 aidecoe Exp $ EAPI=4 @@ -24,7 +24,7 @@ IUSE="bash-completion crypt debug doc emacs nmbug python test vim CDEPEND=" >=dev-libs/glib-2.22 dev-libs/gmime:2.4 - dev-libs/xapian + <dev-libs/xapian-1.3 sys-libs/talloc debug? ( dev-util/valgrind ) emacs? ( >=virtual/emacs-23 ) |