diff options
author | Amadeusz Piotr Żołnowski <aidecoe@gentoo.org> | 2013-01-20 15:39:10 +0000 |
---|---|---|
committer | Amadeusz Piotr Żołnowski <aidecoe@gentoo.org> | 2013-01-20 15:39:10 +0000 |
commit | d359f76b915c6c928052c5d5000eae8be6fa96bc (patch) | |
tree | 07d559bc86c88fd1a2b7ad8bd7fcf50ebc8b5332 /net-mail | |
parent | Bump to eapi5 to make the ebuild bit smaller (diff) | |
download | gentoo-2-d359f76b915c6c928052c5d5000eae8be6fa96bc.tar.gz gentoo-2-d359f76b915c6c928052c5d5000eae8be6fa96bc.tar.bz2 gentoo-2-d359f76b915c6c928052c5d5000eae8be6fa96bc.zip |
Fix dependency on emacs.
(Portage version: 2.1.11.46/cvs/Linux x86_64, signed Manifest commit with key E1DBFAB5)
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/notmuch/ChangeLog | 6 | ||||
-rw-r--r-- | net-mail/notmuch/notmuch-0.15.ebuild | 7 |
2 files changed, 8 insertions, 5 deletions
diff --git a/net-mail/notmuch/ChangeLog b/net-mail/notmuch/ChangeLog index 1882416010f8..ee4758551462 100644 --- a/net-mail/notmuch/ChangeLog +++ b/net-mail/notmuch/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-mail/notmuch # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/ChangeLog,v 1.66 2013/01/20 14:16:53 aidecoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/ChangeLog,v 1.67 2013/01/20 15:39:10 aidecoe Exp $ + + 20 Jan 2013; Amadeusz Żołnowski <aidecoe@gentoo.org> notmuch-0.15.ebuild: + Fix dependency on emacs. *notmuch-0.15 (20 Jan 2013) @@ -505,4 +508,3 @@ 23 Oct 2011; Amadeusz Żołnowski <aidecoe@gentoo.org> +files/0.9-fix-lib-makefile-local.patch, +notmuch-0.9.ebuild, +metadata.xml: Initial ebuild without python and ruby bindings yet. - diff --git a/net-mail/notmuch/notmuch-0.15.ebuild b/net-mail/notmuch/notmuch-0.15.ebuild index 508092c484d7..59ed5159f20e 100644 --- a/net-mail/notmuch/notmuch-0.15.ebuild +++ b/net-mail/notmuch/notmuch-0.15.ebuild @@ -1,6 +1,6 @@ # 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.15.ebuild,v 1.1 2013/01/20 14:16:53 aidecoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/notmuch-0.15.ebuild,v 1.2 2013/01/20 15:39:10 aidecoe Exp $ EAPI=4 @@ -30,14 +30,15 @@ CDEPEND=" dev-libs/xapian sys-libs/talloc debug? ( dev-util/valgrind ) - emacs? ( || ( app-editors/emacs:23 app-editors/emacs:24[libxml2] ) ) + emacs? ( >=virtual/emacs-23 ) x86? ( >=dev-libs/xapian-1.2.7-r2 ) vim? ( || ( >=app-editors/vim-7.0 >=app-editors/gvim-7.0 ) ) " DEPEND="${CDEPEND} virtual/pkgconfig doc? ( python? ( dev-python/sphinx ) ) - test? ( app-misc/dtach sys-devel/gdb ) + test? ( app-misc/dtach || ( >=app-editors/emacs-23[libxml2] + >=app-editors/emacs-vcs-23[libxml2] ) sys-devel/gdb ) " RDEPEND="${CDEPEND} crypt? ( app-crypt/gnupg ) |