diff options
author | 2005-10-23 22:25:29 +0000 | |
---|---|---|
committer | 2005-10-23 22:25:29 +0000 | |
commit | 2e6941ace2b0fdf87f496a316f51e63ddf8d2bd0 (patch) | |
tree | bdfae408b3ee11933bd0fb43f3a0df36c2782185 /mail-client/sylpheed-claws | |
parent | Stable on amd64, bug 110146. (diff) | |
download | gentoo-2-2e6941ace2b0fdf87f496a316f51e63ddf8d2bd0.tar.gz gentoo-2-2e6941ace2b0fdf87f496a316f51e63ddf8d2bd0.tar.bz2 gentoo-2-2e6941ace2b0fdf87f496a316f51e63ddf8d2bd0.zip |
Correctly DEPEND on libetpan-0.39. Closes bug #110247, reported by a.l.e <xale-gentoo at altern.org>.
(Portage version: 2.0.53_rc5)
Diffstat (limited to 'mail-client/sylpheed-claws')
-rw-r--r-- | mail-client/sylpheed-claws/ChangeLog | 7 | ||||
-rw-r--r-- | mail-client/sylpheed-claws/sylpheed-claws-1.9.15.ebuild | 4 |
2 files changed, 8 insertions, 3 deletions
diff --git a/mail-client/sylpheed-claws/ChangeLog b/mail-client/sylpheed-claws/ChangeLog index 2a46eef3af00..84524c380fe7 100644 --- a/mail-client/sylpheed-claws/ChangeLog +++ b/mail-client/sylpheed-claws/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for mail-client/sylpheed-claws # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed-claws/ChangeLog,v 1.65 2005/10/22 13:27:00 genone Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed-claws/ChangeLog,v 1.66 2005/10/23 22:25:29 ticho Exp $ + + 23 Oct 2005; Andrej Kacian <ticho@gentoo.org> + sylpheed-claws-1.9.15.ebuild: + Correctly DEPEND on libetpan-0.39. Closes bug #110247, reported by a.l.e + <xale-gentoo at altern.org>. *sylpheed-claws-1.9.99_rc2 (22 Oct 2005) *sylpheed-claws-1.9.15 (22 Oct 2005) diff --git a/mail-client/sylpheed-claws/sylpheed-claws-1.9.15.ebuild b/mail-client/sylpheed-claws/sylpheed-claws-1.9.15.ebuild index 2b1e495e202c..2e8b26eb3a2c 100644 --- a/mail-client/sylpheed-claws/sylpheed-claws-1.9.15.ebuild +++ b/mail-client/sylpheed-claws/sylpheed-claws-1.9.15.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed-claws/sylpheed-claws-1.9.15.ebuild,v 1.1 2005/10/22 13:27:00 genone Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed-claws/sylpheed-claws-1.9.15.ebuild,v 1.2 2005/10/23 22:25:29 ticho Exp $ IUSE="nls gnome dillo crypt spell ssl ldap ipv6 pda clamav xface kde imap spamassassin doc" @@ -31,7 +31,7 @@ COMMONDEPEND=">=x11-libs/gtk+-2.4 clamav? ( app-antivirus/clamav ) nls? ( >=sys-devel/gettext-0.12 ) kde? ( kde-base/kdelibs ) - imap? ( >=net-libs/libetpan-0.38 ) + imap? ( >=net-libs/libetpan-0.39 ) gnome? ( >=gnome-base/libgnomeprintui-2.2 ) x11-libs/startup-notification !mail-client/sylpheed-claws-pgpinline" # included in the main package now |