diff options
author | Tom Martin <slarti@gentoo.org> | 2005-11-27 11:05:06 +0000 |
---|---|---|
committer | Tom Martin <slarti@gentoo.org> | 2005-11-27 11:05:06 +0000 |
commit | bbe858ab441f5e413ce6dc1dd1eb6c5391cabc04 (patch) | |
tree | 483f1bb792be60f4fccd548279330d77214d8f64 /net-misc/ssh-installkeys | |
parent | Updated to patchlevel 5 from upstream. Don't check for /dev/watchdog as this ... (diff) | |
download | gentoo-2-bbe858ab441f5e413ce6dc1dd1eb6c5391cabc04.tar.gz gentoo-2-bbe858ab441f5e413ce6dc1dd1eb6c5391cabc04.tar.bz2 gentoo-2-bbe858ab441f5e413ce6dc1dd1eb6c5391cabc04.zip |
Marked ~amd64, resolves bug #113688.
(Portage version: 2.0.53_rc7)
Diffstat (limited to 'net-misc/ssh-installkeys')
-rw-r--r-- | net-misc/ssh-installkeys/ChangeLog | 7 | ||||
-rw-r--r-- | net-misc/ssh-installkeys/ssh-installkeys-1.3.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/net-misc/ssh-installkeys/ChangeLog b/net-misc/ssh-installkeys/ChangeLog index 744a140b3aba..c7f70a79eb5c 100644 --- a/net-misc/ssh-installkeys/ChangeLog +++ b/net-misc/ssh-installkeys/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/ssh-installkeys -# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/ssh-installkeys/ChangeLog,v 1.4 2004/06/25 00:13:31 agriffis Exp $ +# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/ssh-installkeys/ChangeLog,v 1.5 2005/11/27 11:05:06 slarti Exp $ + + 27 Nov 2005; Tom Martin <slarti@gentoo.org> ssh-installkeys-1.3.ebuild: + Marked ~amd64, resolves bug #113688. 08 Jun 2004; David Holm <dholm@gentoo.org> ssh-installkeys-1.3.ebuild: Added to ~ppc. diff --git a/net-misc/ssh-installkeys/ssh-installkeys-1.3.ebuild b/net-misc/ssh-installkeys/ssh-installkeys-1.3.ebuild index d7cadb5d6d29..12ad31487607 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 Foundation +# Copyright 1999-2005 Gentoo Foundation # 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.5 2004/07/15 03:37:11 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/ssh-installkeys/ssh-installkeys-1.3.ebuild,v 1.6 2005/11/27 11:05:06 slarti 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 ~ppc" +KEYWORDS="~amd64 ~ppc ~x86" IUSE="" RDEPEND=">=virtual/python-2.3" |