diff options
author | Lukasz Strzygowski <lucass@gentoo.org> | 2004-06-12 23:11:46 +0000 |
---|---|---|
committer | Lukasz Strzygowski <lucass@gentoo.org> | 2004-06-12 23:11:46 +0000 |
commit | 698ccc17ef1a12cdea79bf6ebbe6e6374a07ede0 (patch) | |
tree | 6a4f933cd10d8a1d2eba3fcf2767ed49c661ed23 /net-im/kf | |
parent | Added to ~ppc (Manifest recommit) (diff) | |
download | gentoo-2-698ccc17ef1a12cdea79bf6ebbe6e6374a07ede0.tar.gz gentoo-2-698ccc17ef1a12cdea79bf6ebbe6e6374a07ede0.tar.bz2 gentoo-2-698ccc17ef1a12cdea79bf6ebbe6e6374a07ede0.zip |
fixed dependency issue
Diffstat (limited to 'net-im/kf')
-rw-r--r-- | net-im/kf/ChangeLog | 5 | ||||
-rw-r--r-- | net-im/kf/kf-0.1.4.1.ebuild | 8 |
2 files changed, 8 insertions, 5 deletions
diff --git a/net-im/kf/ChangeLog b/net-im/kf/ChangeLog index b9c7774fb70e..2a26ab76cb6d 100644 --- a/net-im/kf/ChangeLog +++ b/net-im/kf/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-im/kf # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/kf/ChangeLog,v 1.5 2004/06/12 21:44:01 lucass Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/kf/ChangeLog,v 1.6 2004/06/12 23:11:46 lucass Exp $ + + 13 Jun 2004; Lukasz Strzygowski <lucass@gentoo.org> kf-0.1.4.1.ebuild: + Fixed dependency issue. *kf-0.1.4.1 (12 Jun 2004) 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() { |