diff options
author | 2004-06-08 12:01:20 +0000 | |
---|---|---|
committer | 2004-06-08 12:01:20 +0000 | |
commit | 649a893f002aefff63529311e84c1b84354fb128 (patch) | |
tree | 45e38f7235c57e4633a01f6777363f9c09a12697 /net-misc/ssh-installkeys/ssh-installkeys-1.3.ebuild | |
parent | vim 6.3 has landed! (bug #53295) (Manifest recommit) (diff) | |
download | gentoo-2-649a893f002aefff63529311e84c1b84354fb128.tar.gz gentoo-2-649a893f002aefff63529311e84c1b84354fb128.tar.bz2 gentoo-2-649a893f002aefff63529311e84c1b84354fb128.zip |
Added to ~ppc
Diffstat (limited to 'net-misc/ssh-installkeys/ssh-installkeys-1.3.ebuild')
-rw-r--r-- | net-misc/ssh-installkeys/ssh-installkeys-1.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/ssh-installkeys/ssh-installkeys-1.3.ebuild b/net-misc/ssh-installkeys/ssh-installkeys-1.3.ebuild index 1ded051cf53b..f08e4153640e 100644 --- a/net-misc/ssh-installkeys/ssh-installkeys-1.3.ebuild +++ b/net-misc/ssh-installkeys/ssh-installkeys-1.3.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-misc/ssh-installkeys/ssh-installkeys-1.3.ebuild,v 1.2 2004/06/05 16:56:28 jmglov Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/ssh-installkeys/ssh-installkeys-1.3.ebuild,v 1.3 2004/06/08 12:01:20 dholm Exp $ DESCRIPTION="This script tries to export ssh public keys to a specified site. It will walk you through generating key pairs if it doesn't find any to export." HOMEPAGE="http://www.catb.org/~esr/${PN}/" @@ -8,7 +8,7 @@ SRC_URI="http://www.catb.org/~esr/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="~x86 ~ppc" RDEPEND=">=virtual/python-2.3" |