diff options
author | Amadeusz Piotr Żołnowski <aidecoe@gentoo.org> | 2012-09-19 17:50:36 +0000 |
---|---|---|
committer | Amadeusz Piotr Żołnowski <aidecoe@gentoo.org> | 2012-09-19 17:50:36 +0000 |
commit | 688a7f65fd324fcb2712335399007ee0f39f7a3e (patch) | |
tree | 90350276e92ecda53f7eaa688daa0e211e40f100 /net-mail | |
parent | Version bump (diff) | |
download | gentoo-2-688a7f65fd324fcb2712335399007ee0f39f7a3e.tar.gz gentoo-2-688a7f65fd324fcb2712335399007ee0f39f7a3e.tar.bz2 gentoo-2-688a7f65fd324fcb2712335399007ee0f39f7a3e.zip |
Added two missing dependencies for 'mutt' flag. Fixes bug #435450.
(Portage version: 2.1.11.17/cvs/Linux x86_64)
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/notmuch/ChangeLog | 8 | ||||
-rw-r--r-- | net-mail/notmuch/notmuch-0.14-r1.ebuild (renamed from net-mail/notmuch/notmuch-0.14.ebuild) | 9 |
2 files changed, 12 insertions, 5 deletions
diff --git a/net-mail/notmuch/ChangeLog b/net-mail/notmuch/ChangeLog index d9e32e80ed18..edfaf23dd61f 100644 --- a/net-mail/notmuch/ChangeLog +++ b/net-mail/notmuch/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-mail/notmuch # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/ChangeLog,v 1.62 2012/08/27 13:46:02 aidecoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/ChangeLog,v 1.63 2012/09/19 17:50:36 aidecoe Exp $ + +*notmuch-0.14-r1 (19 Sep 2012) + + 19 Sep 2012; Amadeusz Żołnowski <aidecoe@gentoo.org> -notmuch-0.14.ebuild, + +notmuch-0.14-r1.ebuild: + Added two missing dependencies for 'mutt' flag. Fixes bug #435450. 27 Aug 2012; Amadeusz Żołnowski <aidecoe@gentoo.org> -notmuch-0.13.ebuild: Removed old not stable revisions: 0.13. diff --git a/net-mail/notmuch/notmuch-0.14.ebuild b/net-mail/notmuch/notmuch-0.14-r1.ebuild index aa8ec6d893ab..9a3cfe1f176d 100644 --- a/net-mail/notmuch/notmuch-0.14.ebuild +++ b/net-mail/notmuch/notmuch-0.14-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/notmuch-0.14.ebuild,v 1.2 2012/08/27 13:35:19 aidecoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/notmuch-0.14-r1.ebuild,v 1.1 2012/09/19 17:50:36 aidecoe Exp $ EAPI=4 @@ -39,9 +39,10 @@ DEPEND="${CDEPEND} RDEPEND="${CDEPEND} crypt? ( app-crypt/gnupg ) nmbug? ( dev-vcs/git virtual/perl-File-Temp virtual/perl-PodParser ) - mutt? ( dev-perl/Mail-Box dev-perl/MailTools dev-perl/String-ShellQuote - dev-perl/Term-ReadLine-Gnu virtual/perl-File-Path - virtual/perl-Getopt-Long virtual/perl-PodParser + mutt? ( dev-perl/File-Which dev-perl/Mail-Box dev-perl/MailTools + dev-perl/String-ShellQuote dev-perl/Term-ReadLine-Gnu + virtual/perl-Digest-SHA virtual/perl-File-Path virtual/perl-Getopt-Long + virtual/perl-PodParser ) zsh-completion? ( app-shells/zsh ) " |