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 | e3bd34131115fa0227d0a432b95a24ffc3f03dbe (patch) | |
tree | a2b16376e4ece09288a04ba11a484b07f0d92ce3 /x11-terms | |
parent | closing bug #61161 (diff) | |
download | historical-e3bd34131115fa0227d0a432b95a24ffc3f03dbe.tar.gz historical-e3bd34131115fa0227d0a432b95a24ffc3f03dbe.tar.bz2 historical-e3bd34131115fa0227d0a432b95a24ffc3f03dbe.zip |
+ rdepend on openssh
Diffstat (limited to 'x11-terms')
-rw-r--r-- | x11-terms/pssh/Manifest | 2 | ||||
-rw-r--r-- | x11-terms/pssh/pssh-1.0.0.ebuild | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/x11-terms/pssh/Manifest b/x11-terms/pssh/Manifest index 19c6e239687c..a0d9be4f8d20 100644 --- a/x11-terms/pssh/Manifest +++ b/x11-terms/pssh/Manifest @@ -1,4 +1,4 @@ -MD5 624786f5d4f060219708dc3043c42f3f pssh-1.0.0.ebuild 859 MD5 875252a6f4d441cd518a83594e3116af ChangeLog 341 MD5 3acde92a54dc341f86e1f0e00789915c metadata.xml 220 +MD5 73653911713d75268d0c16857328c4ef pssh-1.0.0.ebuild 886 MD5 b00517bcb01f487a2af7fc68ecc7648b files/digest-pssh-1.0.0 61 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 |