diff options
author | Brad Teaford Cowan <bcowan@gentoo.org> | 2003-01-28 01:44:13 +0000 |
---|---|---|
committer | Brad Teaford Cowan <bcowan@gentoo.org> | 2003-01-28 01:44:13 +0000 |
commit | d2c6edccc9d7b67d93990d2cb569ac67cf5b989a (patch) | |
tree | f2e06f3d86922c28a7b06f9e623c8fe364980f87 /net-mail/sylpheed | |
parent | changed USE option and added IUSE variable (diff) | |
download | gentoo-2-d2c6edccc9d7b67d93990d2cb569ac67cf5b989a.tar.gz gentoo-2-d2c6edccc9d7b67d93990d2cb569ac67cf5b989a.tar.bz2 gentoo-2-d2c6edccc9d7b67d93990d2cb569ac67cf5b989a.zip |
upped dep on gpgme
Diffstat (limited to 'net-mail/sylpheed')
-rw-r--r-- | net-mail/sylpheed/sylpheed-0.8.9.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-mail/sylpheed/sylpheed-0.8.9.ebuild b/net-mail/sylpheed/sylpheed-0.8.9.ebuild index f936af6edb5a..fc83c4009614 100644 --- a/net-mail/sylpheed/sylpheed-0.8.9.ebuild +++ b/net-mail/sylpheed/sylpheed-0.8.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/sylpheed/sylpheed-0.8.9.ebuild,v 1.2 2003/01/17 19:14:53 bcowan Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/sylpheed/sylpheed-0.8.9.ebuild,v 1.3 2003/01/28 01:44:13 bcowan Exp $ IUSE="ssl xface ipv6 nls gnome ldap crypt pda" @@ -22,7 +22,7 @@ DEPEND="=x11-libs/gtk+-1.2* xface? ( >=media-libs/compface-1.4 ) ssl? ( dev-libs/openssl ) pda? ( app-misc/jpilot ) - crypt? ( >=app-crypt/gnupg-1.0.6 >=app-crypt/gpgme-0.2.3 ) + crypt? ( >=app-crypt/gnupg-1.0.6 >=app-crypt/gpgme-0.3.10 ) ldap? ( >=net-nds/openldap-2.0.11 ) gnome? ( >=media-libs/gdk-pixbuf-0.11.0-r1 ) x11-misc/shared-mime-info" |