diff options
author | 2002-04-11 18:34:59 +0000 | |
---|---|---|
committer | 2002-04-11 18:34:59 +0000 | |
commit | 8376cc51918f61abb8c396c967250c4196608993 (patch) | |
tree | 6afd17c2006e7499c9680ea1eb49962598d94705 /net-misc | |
parent | newdepend fix0r (diff) | |
download | historical-8376cc51918f61abb8c396c967250c4196608993.tar.gz historical-8376cc51918f61abb8c396c967250c4196608993.tar.bz2 historical-8376cc51918f61abb8c396c967250c4196608993.zip |
newdepend fix0r
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/kio_fish/kio_fish-1.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/kio_fish/kio_fish-1.1.ebuild b/net-misc/kio_fish/kio_fish-1.1.ebuild index d9afebf70931..46969e6dcb15 100644 --- a/net-misc/kio_fish/kio_fish-1.1.ebuild +++ b/net-misc/kio_fish/kio_fish-1.1.ebuild @@ -1,14 +1,14 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # Maintainer Bart Verwilst <verwilst@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-misc/kio_fish/kio_fish-1.1.ebuild,v 1.1 2002/03/23 20:45:54 verwilst Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/kio_fish/kio_fish-1.1.ebuild,v 1.2 2002/04/11 18:34:59 verwilst Exp $ . /usr/portage/eclass/inherit.eclass || die inherit kde-base || die S=${WORKDIR}/${P} need-kde 3 SLOT="0" -NEWDEPEND=">=net-misc/openssh-3.1_p1" +newdepend ">=net-misc/openssh-3.1_p1" DESCRIPTION="a kioslave for KDE 3 that lets you view and manipulate your remote files using SSH" SRC_URI="http://ich.bin.kein.hoschi.de/fish/${P}.tar.gz" |