diff options
Diffstat (limited to 'x11-terms/pssh/pssh-1.2.0.ebuild')
-rw-r--r-- | x11-terms/pssh/pssh-1.2.0.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/x11-terms/pssh/pssh-1.2.0.ebuild b/x11-terms/pssh/pssh-1.2.0.ebuild index 2b98a3a889e8..79a4416e671a 100644 --- a/x11-terms/pssh/pssh-1.2.0.ebuild +++ b/x11-terms/pssh/pssh-1.2.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-terms/pssh/pssh-1.2.0.ebuild,v 1.2 2005/07/17 12:17:24 voxus Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-terms/pssh/pssh-1.2.0.ebuild,v 1.3 2009/04/17 14:54:18 jsbronder Exp $ DESCRIPTION="This package provides parallel versions of the openssh tools." HOMEPAGE="http://www.theether.org/pssh/" @@ -12,7 +12,8 @@ KEYWORDS="x86 ~ppc ~amd64" IUSE="" DEPEND=">=dev-lang/python-2.2" -RDEPEND="net-misc/openssh" +RDEPEND="net-misc/openssh + !net-misc/putty" src_install() { dodoc AUTHORS COPYING TODO COPYING |