diff options
author | Ben Lutgens <blutgens@gentoo.org> | 2001-06-05 21:53:06 +0000 |
---|---|---|
committer | Ben Lutgens <blutgens@gentoo.org> | 2001-06-05 21:53:06 +0000 |
commit | 0ae2f0f471bde762c12756d3ad14bc003af83a03 (patch) | |
tree | fd5a1c45578d52f681045c045a78f3e354ff67bb /app-crypt/ssh-multiadd/ssh-multiadd-1.3.1.ebuild | |
parent | Cleaned it up a bit and added a dosym so ssh-add doesn't barf (diff) | |
download | historical-0ae2f0f471bde762c12756d3ad14bc003af83a03.tar.gz historical-0ae2f0f471bde762c12756d3ad14bc003af83a03.tar.bz2 historical-0ae2f0f471bde762c12756d3ad14bc003af83a03.zip |
Added depends on python-2.0-r3 and net-misc/x11-ssh-askpass-1.2.2
Diffstat (limited to 'app-crypt/ssh-multiadd/ssh-multiadd-1.3.1.ebuild')
-rw-r--r-- | app-crypt/ssh-multiadd/ssh-multiadd-1.3.1.ebuild | 5 |
1 files changed, 3 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 3e92fa3479e7..48fe5c983da3 100644 --- a/app-crypt/ssh-multiadd/ssh-multiadd-1.3.1.ebuild +++ b/app-crypt/ssh-multiadd/ssh-multiadd-1.3.1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Your Name <your email> -# $Header: /var/cvsroot/gentoo-x86/app-crypt/ssh-multiadd/ssh-multiadd-1.3.1.ebuild,v 1.1 2001/06/04 19:37:29 blutgens Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/ssh-multiadd/ssh-multiadd-1.3.1.ebuild,v 1.2 2001/06/05 21:53:06 blutgens Exp $ #P= A=${P}.tar.gz @@ -10,7 +10,8 @@ DESCRIPTION="" SRC_URI="http://www.azstarnet.com/~donut/programs/ssh-multiadd/${A}" HOMEPAGE="http://www.azstarnet.com/~donut/programs/" -DEPEND="" +DEPEND=">=dev-lang/python-2.0-r3 + >=net-misc/x11-ssh-askpass-1.2.2" src_unpack() { |