diff options
author | Brad Teaford Cowan <bcowan@gentoo.org> | 2003-08-12 06:00:40 +0000 |
---|---|---|
committer | Brad Teaford Cowan <bcowan@gentoo.org> | 2003-08-12 06:00:40 +0000 |
commit | 0823b4533176ee02d5ae29fe63642177bb0db576 (patch) | |
tree | 7f89291a5cea2c3f4550e86ecfbd18735d651e44 /net-mail/sylpheed-claws | |
parent | Fixes for bug #25598 and bug #24415, general cleanup. (diff) | |
download | gentoo-2-0823b4533176ee02d5ae29fe63642177bb0db576.tar.gz gentoo-2-0823b4533176ee02d5ae29fe63642177bb0db576.tar.bz2 gentoo-2-0823b4533176ee02d5ae29fe63642177bb0db576.zip |
added dillo as a dep if use gtkhtml
Diffstat (limited to 'net-mail/sylpheed-claws')
-rw-r--r-- | net-mail/sylpheed-claws/Manifest | 2 | ||||
-rw-r--r-- | net-mail/sylpheed-claws/sylpheed-claws-0.9.4.ebuild | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/net-mail/sylpheed-claws/Manifest b/net-mail/sylpheed-claws/Manifest index 9d57223a0707..fa3a334bfb4a 100644 --- a/net-mail/sylpheed-claws/Manifest +++ b/net-mail/sylpheed-claws/Manifest @@ -1,5 +1,5 @@ MD5 4642f7b9e9083b7ce8ab15f0ed79338c sylpheed-claws-0.9.0.ebuild 3060 -MD5 0df84f519b6d73512092f8feacf951d7 sylpheed-claws-0.9.4.ebuild 3366 +MD5 950808872d90665db45623302b653338 sylpheed-claws-0.9.4.ebuild 3394 MD5 43f3dcbb946cc399783579c5757b6054 sylpheed-claws-0.9.0-r1.ebuild 3357 MD5 20cd68ce8142f70ab136e0d6caf97df8 sylpheed-claws-0.8.11.ebuild 2967 MD5 d0498ff8b4d4cfd3b17223b881314fcb ChangeLog 7977 diff --git a/net-mail/sylpheed-claws/sylpheed-claws-0.9.4.ebuild b/net-mail/sylpheed-claws/sylpheed-claws-0.9.4.ebuild index e8ae93589219..6eb5360115d5 100644 --- a/net-mail/sylpheed-claws/sylpheed-claws-0.9.4.ebuild +++ b/net-mail/sylpheed-claws/sylpheed-claws-0.9.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/sylpheed-claws/sylpheed-claws-0.9.4.ebuild,v 1.1 2003/08/07 19:43:05 bcowan Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/sylpheed-claws/sylpheed-claws-0.9.4.ebuild,v 1.2 2003/08/12 06:00:06 bcowan Exp $ IUSE="nls gnome xface gtkhtml crypt spell imlib ssl ldap ipv6 pda clamav" @@ -27,6 +27,7 @@ DEPEND="=x11-libs/gtk+-1.2* spell? ( virtual/aspell-dict ) xface? ( >=media-libs/compface-1.4 ) clamav? ( net-mail/clamav ) + gtkhtml? ( net-www/dillo ) x11-misc/shared-mime-info" RDEPEND="nls? ( sys-devel/gettext )" |