diff options
author | Konstantin V. Arkhipov <voxus@gentoo.org> | 2004-08-21 17:03:02 +0000 |
---|---|---|
committer | Konstantin V. Arkhipov <voxus@gentoo.org> | 2004-08-21 17:03:02 +0000 |
commit | 0e26e5b015eec6d4e66388d375eb2cf31bd20671 (patch) | |
tree | a9c3858ae6b945f3a24e787a94f58066781b9c76 /x11-terms/pssh | |
parent | closing bug #61161 (Manifest recommit) (diff) | |
download | gentoo-2-0e26e5b015eec6d4e66388d375eb2cf31bd20671.tar.gz gentoo-2-0e26e5b015eec6d4e66388d375eb2cf31bd20671.tar.bz2 gentoo-2-0e26e5b015eec6d4e66388d375eb2cf31bd20671.zip |
+ rdepend on openssh
Diffstat (limited to 'x11-terms/pssh')
-rw-r--r-- | x11-terms/pssh/pssh-1.0.0.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-terms/pssh/pssh-1.0.0.ebuild b/x11-terms/pssh/pssh-1.0.0.ebuild index eb30a74963c9..60458fa05530 100644 --- a/x11-terms/pssh/pssh-1.0.0.ebuild +++ b/x11-terms/pssh/pssh-1.0.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-terms/pssh/pssh-1.0.0.ebuild,v 1.1 2004/08/21 16:59:34 voxus Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-terms/pssh/pssh-1.0.0.ebuild,v 1.2 2004/08/21 17:03:02 voxus Exp $ DESCRIPTION="This package provides parallel versions of the openssh tools." HOMEPAGE="http://www.theether.org/pssh/" @@ -12,6 +12,7 @@ KEYWORDS="~x86" IUSE="" DEPEND=">=dev-lang/python-2.2" +RDEPEND="net-misc/openssh" src_install() { dodoc AUTHORS COPYING TODO COPYING |