diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2002-07-07 01:38:56 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2002-07-07 01:38:56 +0000 |
commit | 0db411c0d6e741ba34c1b6c9131f11cc741505ce (patch) | |
tree | 733ab579a9251e3418c89dd21c0333e71e8faa94 /app-crypt/ssh-multiadd | |
parent | Updated ruby-gnome ebuilds to 0.29. (diff) | |
download | historical-0db411c0d6e741ba34c1b6c9131f11cc741505ce.tar.gz historical-0db411c0d6e741ba34c1b6c9131f11cc741505ce.tar.bz2 historical-0db411c0d6e741ba34c1b6c9131f11cc741505ce.zip |
Added LICENSE tag
Diffstat (limited to 'app-crypt/ssh-multiadd')
-rw-r--r-- | app-crypt/ssh-multiadd/ssh-multiadd-1.3.1.ebuild | 3 |
1 files changed, 2 insertions, 1 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 824dfb4cb6f0..1bdb12fdb75c 100644 --- a/app-crypt/ssh-multiadd/ssh-multiadd-1.3.1.ebuild +++ b/app-crypt/ssh-multiadd/ssh-multiadd-1.3.1.ebuild @@ -1,12 +1,13 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Ben Lutgens <blutgens@sistina.com> -# $Header: /var/cvsroot/gentoo-x86/app-crypt/ssh-multiadd/ssh-multiadd-1.3.1.ebuild,v 1.5 2001/11/10 02:40:17 hallski Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/ssh-multiadd/ssh-multiadd-1.3.1.ebuild,v 1.6 2002/07/07 01:38:56 aliz Exp $ S=${WORKDIR}/${P} DESCRIPTION="" SRC_URI="http://www.azstarnet.com/~donut/programs/ssh-multiadd/${P}.tar.gz" HOMEPAGE="http://www.azstarnet.com/~donut/programs/" +LICENSE="GPL-2" DEPEND=">=dev-lang/python-2.0-r3 X? ( >=net-misc/x11-ssh-askpass-1.2.2 )" |