diff options
author | Brad Teaford Cowan <bcowan@gentoo.org> | 2003-09-04 00:27:54 +0000 |
---|---|---|
committer | Brad Teaford Cowan <bcowan@gentoo.org> | 2003-09-04 00:27:54 +0000 |
commit | acd1bef5f24c8825b916d4b88d1d0d5f4c507e0e (patch) | |
tree | dc8d7de6db0b53a991171a7c733ef888b1f5fde3 /net-mail/sylpheed-claws | |
parent | Added math viewer plugin, thanks to matsuu. (diff) | |
download | gentoo-2-acd1bef5f24c8825b916d4b88d1d0d5f4c507e0e.tar.gz gentoo-2-acd1bef5f24c8825b916d4b88d1d0d5f4c507e0e.tar.bz2 gentoo-2-acd1bef5f24c8825b916d4b88d1d0d5f4c507e0e.zip |
OOPS
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 | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net-mail/sylpheed-claws/Manifest b/net-mail/sylpheed-claws/Manifest index f8c88fa82c51..813046b03830 100644 --- a/net-mail/sylpheed-claws/Manifest +++ b/net-mail/sylpheed-claws/Manifest @@ -1,5 +1,5 @@ MD5 db26a8cdd52bde2c189717166ff5064b sylpheed-claws-0.9.0.ebuild 3062 -MD5 0672cd32740b2cb8ec62351294a90ad0 sylpheed-claws-0.9.4.ebuild 3495 +MD5 bb4d29f92885dc3c258b6d6d23a4a55e sylpheed-claws-0.9.4.ebuild 3497 MD5 cfb206e546329329c3c03b8d684fbf8b sylpheed-claws-0.9.0-r1.ebuild 3357 MD5 a3a8e5b3da5e581d6674f4e65a1926b8 sylpheed-claws-0.8.11.ebuild 2965 MD5 be4da8247109048b4dfe2b6fdc075f6e ChangeLog 8224 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 0cb965c91bc6..7718d644e9d7 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.4 2003/09/04 00:20:46 bcowan Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/sylpheed-claws/sylpheed-claws-0.9.4.ebuild,v 1.5 2003/09/04 00:27:45 bcowan Exp $ IUSE="nls gnome xface gtkhtml crypt spell imlib ssl ldap ipv6 pda clamav" @@ -24,7 +24,7 @@ DEPEND="=x11-libs/gtk+-1.2* crypt? ( =app-crypt/gpgme-0.3.14 ) gnome? ( >=media-libs/gdk-pixbuf-0.16 ) imlib? ( >=media-libs/imlib-1.9.10 ) - xml? ( >=x11-libs/gtkmathview-0.4.2 ) + #xml? ( >=x11-libs/gtkmathview-0.4.2 ) spell? ( virtual/aspell-dict ) xface? ( >=media-libs/compface-1.4 ) clamav? ( net-mail/clamav ) @@ -78,7 +78,7 @@ src_compile() { use nls || myconf="${myconf} --disable-nls" - use xml && myconf="${myconf} --enable-mathml-viewer-plugin" + #use xml && myconf="${myconf} --enable-mathml-viewer-plugin" #use gtkhtml \ # && myconf="${myconf} --enable-dillo-viewer-plugin" \ |