diff options
author | 2004-02-22 23:33:35 +0000 | |
---|---|---|
committer | 2004-02-22 23:33:35 +0000 | |
commit | 957d248964294faeb5d409c82f68e6b5b18aefe1 (patch) | |
tree | ebfcf93f72889e1f17238cf7eabb349b793ad127 /net-misc/kssh | |
parent | hppa repoman (diff) | |
download | gentoo-2-957d248964294faeb5d409c82f68e6b5b18aefe1.tar.gz gentoo-2-957d248964294faeb5d409c82f68e6b5b18aefe1.tar.bz2 gentoo-2-957d248964294faeb5d409c82f68e6b5b18aefe1.zip |
Remove arm keywords
Diffstat (limited to 'net-misc/kssh')
-rw-r--r-- | net-misc/kssh/kssh-0.6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/kssh/kssh-0.6.ebuild b/net-misc/kssh/kssh-0.6.ebuild index 9dd2c6ab6a6d..e439ef1ffe0c 100644 --- a/net-misc/kssh/kssh-0.6.ebuild +++ b/net-misc/kssh/kssh-0.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/kssh/kssh-0.6.ebuild,v 1.10 2003/07/22 20:14:52 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/kssh/kssh-0.6.ebuild,v 1.11 2004/02/22 23:29:07 agriffis Exp $ inherit kde-base @@ -11,7 +11,7 @@ LICENSE="GPL-2" SRC_URI="http://www.geocities.com/bilibao/${P}-rc.tar.gz" HOMEPAGE="http://www.geocities.com/bilibao/kssh.html" DESCRIPTION="KDE 3.x frontend for SSH" -KEYWORDS="x86 sparc ~ppc" +KEYWORDS="x86 sparc ~ppc" newdepend ">=net-misc/openssh-3.1_p1" |