diff options
author | Mark Guertin <gerk@gentoo.org> | 2003-02-15 08:03:39 +0000 |
---|---|---|
committer | Mark Guertin <gerk@gentoo.org> | 2003-02-15 08:03:39 +0000 |
commit | 39db7c9c8e7e250fcee597b2984368e0f16025a6 (patch) | |
tree | fa4fa4e50a5ed85adf42e0b339e14374d0ab9511 /net-misc/kssh | |
parent | cleanup slightly, add latest (diff) | |
download | gentoo-2-39db7c9c8e7e250fcee597b2984368e0f16025a6.tar.gz gentoo-2-39db7c9c8e7e250fcee597b2984368e0f16025a6.tar.bz2 gentoo-2-39db7c9c8e7e250fcee597b2984368e0f16025a6.zip |
set ~ppc in keywords
Diffstat (limited to 'net-misc/kssh')
-rw-r--r-- | net-misc/kssh/ChangeLog | 8 | ||||
-rw-r--r-- | net-misc/kssh/kssh-0.6.ebuild | 4 |
2 files changed, 9 insertions, 3 deletions
diff --git a/net-misc/kssh/ChangeLog b/net-misc/kssh/ChangeLog index dc6de38cc9bd..df6c5ab47f8b 100644 --- a/net-misc/kssh/ChangeLog +++ b/net-misc/kssh/ChangeLog @@ -1,11 +1,17 @@ # ChangeLog for net-misc/kssh # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/kssh/ChangeLog,v 1.6 2003/02/12 08:26:46 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/kssh/ChangeLog,v 1.7 2003/02/15 08:02:01 gerk Exp $ 06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords *kssh-0.6 (15 April 2002) + 15 Feb 2003; Mark Guertin <gerk@gentoo.org> kssh-0.6.ebuild : + set ~ppc in keywords + + 15 Feb 2003; Mark Guertin <gerk@gentoo.org> kssh-0.6.ebuild : + set ~ppc in keywords + 08 Jul 2002; phoen][x <phoenix@gentoo.org> kssh-0.6.ebuild : Added KEYWORDS. diff --git a/net-misc/kssh/kssh-0.6.ebuild b/net-misc/kssh/kssh-0.6.ebuild index 75f04bf008aa..19eadef62945 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.8 2003/02/13 14:58:22 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/kssh/kssh-0.6.ebuild,v 1.9 2003/02/15 08:02:01 gerk Exp $ inherit kde-base || die @@ -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 " +KEYWORDS="x86 sparc ~ppc" newdepend ">=net-misc/openssh-3.1_p1" |