diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-07-16 04:54:34 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-07-16 04:54:34 +0000 |
commit | 96d961306c383ae7f9e882b0647b661f344af7dc (patch) | |
tree | a200da9dd462d56c9cae5b7f54f451c5e22d338a /net-misc/kio_fish | |
parent | added keywords (diff) | |
download | gentoo-2-96d961306c383ae7f9e882b0647b661f344af7dc.tar.gz gentoo-2-96d961306c383ae7f9e882b0647b661f344af7dc.tar.bz2 gentoo-2-96d961306c383ae7f9e882b0647b661f344af7dc.zip |
ppc tagging
Diffstat (limited to 'net-misc/kio_fish')
-rw-r--r-- | net-misc/kio_fish/kio_fish-1.1.2.ebuild | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/net-misc/kio_fish/kio_fish-1.1.2.ebuild b/net-misc/kio_fish/kio_fish-1.1.2.ebuild index 6e97ab48544e..566387f5dbee 100644 --- a/net-misc/kio_fish/kio_fish-1.1.2.ebuild +++ b/net-misc/kio_fish/kio_fish-1.1.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/kio_fish/kio_fish-1.1.2.ebuild,v 1.4 2002/07/11 06:30:48 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/kio_fish/kio_fish-1.1.2.ebuild,v 1.5 2002/07/16 04:54:33 seemant Exp $ inherit kde-base || die @@ -9,13 +9,11 @@ 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.bz2" HOMEPAGE="http://ich.bin.kein.hoschi.de/fish/" + LICENSE="GPL-2" -KEYWORDS="x86" +KEYWORDS="x86 ppc" src_install() { - mkdir -p ${D}/usr/kde/3/share/services make DESTDIR=${D} install || die - - } |