diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-15 03:37:29 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-15 03:37:29 +0000 |
commit | 7278edf6e89d2d023b6df839c8fa55abadcef5eb (patch) | |
tree | 8138256dbd628df7c75e7f8438c0177462d8ebf0 /net-misc/ssh-installkeys | |
parent | inherit flag-o-matic, trim trailing whitespace (Manifest recommit) (diff) | |
download | gentoo-2-7278edf6e89d2d023b6df839c8fa55abadcef5eb.tar.gz gentoo-2-7278edf6e89d2d023b6df839c8fa55abadcef5eb.tar.bz2 gentoo-2-7278edf6e89d2d023b6df839c8fa55abadcef5eb.zip |
sync IUSE (missing)
Diffstat (limited to 'net-misc/ssh-installkeys')
-rw-r--r-- | net-misc/ssh-installkeys/ssh-installkeys-1.3.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-misc/ssh-installkeys/ssh-installkeys-1.3.ebuild b/net-misc/ssh-installkeys/ssh-installkeys-1.3.ebuild index fcfb8c7d9c12..d7cadb5d6d29 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 # 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.4 2004/06/25 00:13:31 agriffis Exp $ +# $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 $ 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}/" @@ -9,6 +9,7 @@ SRC_URI="http://www.catb.org/~esr/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 ~ppc" +IUSE="" RDEPEND=">=virtual/python-2.3" |