diff options
author | Andrej Kacian <ticho@gentoo.org> | 2006-10-04 01:27:54 +0000 |
---|---|---|
committer | Andrej Kacian <ticho@gentoo.org> | 2006-10-04 01:27:54 +0000 |
commit | fd71e4c1b1bd0f491a3f08255d0c264732a49d18 (patch) | |
tree | f9ae02b45b684bf0223dadd41035b7ecfcc53898 /mail-client/sylpheed-claws | |
parent | Fix compiling with USE='-jpeg'. without-jpeg didn't really remove the depend. (diff) | |
download | gentoo-2-fd71e4c1b1bd0f491a3f08255d0c264732a49d18.tar.gz gentoo-2-fd71e4c1b1bd0f491a3f08255d0c264732a49d18.tar.bz2 gentoo-2-fd71e4c1b1bd0f491a3f08255d0c264732a49d18.zip |
Update gpgme dependency.
(Portage version: 2.1.2_pre2-r2)
Diffstat (limited to 'mail-client/sylpheed-claws')
-rw-r--r-- | mail-client/sylpheed-claws/ChangeLog | 5 | ||||
-rw-r--r-- | mail-client/sylpheed-claws/sylpheed-claws-2.5.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/mail-client/sylpheed-claws/ChangeLog b/mail-client/sylpheed-claws/ChangeLog index 95fb0c9bc4d2..fa09f97c59fa 100644 --- a/mail-client/sylpheed-claws/ChangeLog +++ b/mail-client/sylpheed-claws/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for mail-client/sylpheed-claws # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed-claws/ChangeLog,v 1.108 2006/10/03 10:31:57 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed-claws/ChangeLog,v 1.109 2006/10/04 01:27:54 ticho Exp $ + + 04 Oct 2006; Andrej Kacian <ticho@gentoo.org> sylpheed-claws-2.5.2.ebuild: + Update gpgme dependency. *sylpheed-claws-2.5.2 (03 Oct 2006) diff --git a/mail-client/sylpheed-claws/sylpheed-claws-2.5.2.ebuild b/mail-client/sylpheed-claws/sylpheed-claws-2.5.2.ebuild index 49ff57b512f7..edcad88ec879 100644 --- a/mail-client/sylpheed-claws/sylpheed-claws-2.5.2.ebuild +++ b/mail-client/sylpheed-claws/sylpheed-claws-2.5.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed-claws/sylpheed-claws-2.5.2.ebuild,v 1.1 2006/10/03 10:31:57 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed-claws/sylpheed-claws-2.5.2.ebuild,v 1.2 2006/10/04 01:27:54 ticho Exp $ IUSE="gnome dillo crypt spell ssl ldap ipv6 pda clamav xface kde imap spamassassin doc startup-notification bogofilter" @@ -25,7 +25,7 @@ COMMONDEPEND=">=x11-libs/gtk+-2.6 pda? ( >=app-pda/jpilot-0.99 ) ssl? ( >=dev-libs/openssl-0.9.7 ) ldap? ( >=net-nds/openldap-2.0.7 ) - crypt? ( >=app-crypt/gpgme-0.4 ) + crypt? ( >=app-crypt/gpgme-1.1.1 ) dillo? ( www-client/dillo ) spell? ( virtual/aspell-dict ) clamav? ( app-antivirus/clamav ) |