diff options
author | Pieter van den Abeele <pvdabeel@gentoo.org> | 2003-03-28 12:45:16 +0000 |
---|---|---|
committer | Pieter van den Abeele <pvdabeel@gentoo.org> | 2003-03-28 12:45:16 +0000 |
commit | fbd8087fc8c646f09817e66442feee76d090bfa4 (patch) | |
tree | d7d57639fa02c58b0747792a7c12e31ebe5c8533 /app-crypt/ssh-multiadd | |
parent | nls fix (diff) | |
download | gentoo-2-fbd8087fc8c646f09817e66442feee76d090bfa4.tar.gz gentoo-2-fbd8087fc8c646f09817e66442feee76d090bfa4.tar.bz2 gentoo-2-fbd8087fc8c646f09817e66442feee76d090bfa4.zip |
~ppc
Diffstat (limited to 'app-crypt/ssh-multiadd')
-rw-r--r-- | app-crypt/ssh-multiadd/ssh-multiadd-1.3.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-crypt/ssh-multiadd/ssh-multiadd-1.3.1.ebuild b/app-crypt/ssh-multiadd/ssh-multiadd-1.3.1.ebuild index c20b6a9f0b79..1b69d9faa2a1 100644 --- a/app-crypt/ssh-multiadd/ssh-multiadd-1.3.1.ebuild +++ b/app-crypt/ssh-multiadd/ssh-multiadd-1.3.1.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/app-crypt/ssh-multiadd/ssh-multiadd-1.3.1.ebuild,v 1.15 2003/02/13 06:24:14 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/ssh-multiadd/ssh-multiadd-1.3.1.ebuild,v 1.16 2003/03/28 12:45:16 pvdabeel Exp $ DESCRIPTION="adds multiple ssh keys to the ssh authentication agent. These may use the same passphrase. Unlike ssh-add, if any of the keys use the same passphrase, you will only need to enter each unique passphrase once, and keys that are already added will not be prompted for again." SRC_URI="http://www.azstarnet.com/~donut/programs/ssh-multiadd/${P}.tar.gz" @@ -8,7 +8,7 @@ HOMEPAGE="http://www.azstarnet.com/~donut/programs/index_s.html#ssh-multiadd" SLOT="0" LICENSE="GPL-2" -KEYWORDS="x86 sparc " +KEYWORDS="x86 sparc ~ppc" IUSE="X" DEPEND=">=dev-lang/python-2.0-r3 |