diff options
author | 2004-06-12 23:11:46 +0000 | |
---|---|---|
committer | 2004-06-12 23:11:46 +0000 | |
commit | 559940c04edfe90f3d91ed8c1e65fa937dc50ff4 (patch) | |
tree | bcd3b06229c95fb93a3adaaa11579097705972e9 /net-im/kf/kf-0.1.4.1.ebuild | |
parent | Added to ~ppc (diff) | |
download | historical-559940c04edfe90f3d91ed8c1e65fa937dc50ff4.tar.gz historical-559940c04edfe90f3d91ed8c1e65fa937dc50ff4.tar.bz2 historical-559940c04edfe90f3d91ed8c1e65fa937dc50ff4.zip |
fixed dependency issue
Diffstat (limited to 'net-im/kf/kf-0.1.4.1.ebuild')
-rw-r--r-- | net-im/kf/kf-0.1.4.1.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net-im/kf/kf-0.1.4.1.ebuild b/net-im/kf/kf-0.1.4.1.ebuild index a0032236b332..9bdd4cfd7c6e 100644 --- a/net-im/kf/kf-0.1.4.1.ebuild +++ b/net-im/kf/kf-0.1.4.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/kf/kf-0.1.4.1.ebuild,v 1.1 2004/06/12 21:44:01 lucass Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/kf/kf-0.1.4.1.ebuild,v 1.2 2004/06/12 23:11:46 lucass Exp $ inherit eutils @@ -8,12 +8,12 @@ DESCRIPTION="kf is a simple Jabber messenger." HOMEPAGE="http://www.habazie.rams.pl/kf/" SRC_URI="http://www.habazie.rams.pl/kf/files/${P}.tar.gz" LICENSE="GPL-2" +SLOT="0" +IUSE="spell" DEPEND=">=x11-libs/gtk+-2 >=net-libs/loudmouth-0.16 >=gnome-base/libglade-2 - >=app-text/gtkspell-2.0.4" -SLOT="0" -IUSE="spell" + spell? ( >=app-text/gtkspell-2.0.4 )" KEYWORDS="~x86 ~ppc" src_unpack() { |