diff options
author | 2004-12-21 14:16:06 +0000 | |
---|---|---|
committer | 2004-12-21 14:16:06 +0000 | |
commit | eeb3b66814217d8be98f79c977370d794b689419 (patch) | |
tree | 2831ac8c9f0433f2cd5ff0c452b33d06867321b0 /net-misc/logjam/logjam-4.3.2.ebuild | |
parent | Marked ppc stable. (Manifest recommit) (diff) | |
download | gentoo-2-eeb3b66814217d8be98f79c977370d794b689419.tar.gz gentoo-2-eeb3b66814217d8be98f79c977370d794b689419.tar.bz2 gentoo-2-eeb3b66814217d8be98f79c977370d794b689419.zip |
Needs hard dep on libgtkhtml-3.0.10* now that a newer slot is available
Diffstat (limited to 'net-misc/logjam/logjam-4.3.2.ebuild')
-rw-r--r-- | net-misc/logjam/logjam-4.3.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/logjam/logjam-4.3.2.ebuild b/net-misc/logjam/logjam-4.3.2.ebuild index f7603ab9c100..37b0ab5dff18 100644 --- a/net-misc/logjam/logjam-4.3.2.ebuild +++ b/net-misc/logjam/logjam-4.3.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/logjam/logjam-4.3.2.ebuild,v 1.7 2004/06/24 23:54:52 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/logjam/logjam-4.3.2.ebuild,v 1.8 2004/12/21 14:16:06 joem Exp $ DESCRIPTION="GTK2-based LiveJournal client" HOMEPAGE="http://logjam.danga.com/" @@ -14,7 +14,7 @@ IUSE="xmms spell gtkhtml" DEPEND=">=x11-libs/gtk+-2 >=dev-libs/libxml2-2.0 net-misc/curl - gtkhtml? ( >=gnome-extra/libgtkhtml-3.0 ) + gtkhtml? ( =gnome-extra/libgtkhtml-3.0.10* ) spell? ( app-text/gtkspell ) xmms? ( media-sound/xmms )" |