diff options
Diffstat (limited to 'net-misc/x11-ssh-askpass/x11-ssh-askpass-1.2.2.ebuild')
-rw-r--r-- | net-misc/x11-ssh-askpass/x11-ssh-askpass-1.2.2.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/net-misc/x11-ssh-askpass/x11-ssh-askpass-1.2.2.ebuild b/net-misc/x11-ssh-askpass/x11-ssh-askpass-1.2.2.ebuild index 2a3b0659c6b1..67038410e6fa 100644 --- a/net-misc/x11-ssh-askpass/x11-ssh-askpass-1.2.2.ebuild +++ b/net-misc/x11-ssh-askpass/x11-ssh-askpass-1.2.2.ebuild @@ -1,7 +1,7 @@ # Copyright 2001 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author: Adam Manthei <manthei@sistina.com> -# $Header: /var/cvsroot/gentoo-x86/net-misc/x11-ssh-askpass/x11-ssh-askpass-1.2.2.ebuild,v 1.7 2001/09/01 22:59:34 lamer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/x11-ssh-askpass/x11-ssh-askpass-1.2.2.ebuild,v 1.8 2002/07/09 11:40:12 phoenix Exp $ P=x11-ssh-askpass-1.2.2 @@ -10,6 +10,9 @@ S=${WORKDIR}/${P} DESCRIPTION="X11-based passphrase dialog for use with OpenSSH" HOMEPAGE="http://www.ntrnet.net/~jmknoble/software/x11-ssh-askpass/" SRC_URI="http://www.ntrnet.net/~jmknoble/software/x11-ssh-askpass/${A}" +KEYWORDS="x86" +LICENSE="as-is" +SLOT="0" DEPEND="virtual/glibc virtual/x11" RDEPEND=">=net-misc/openssh-2.3.0 virtual/x11" |