diff options
author | David Seifert <soap@gentoo.org> | 2023-05-08 22:56:04 +0200 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-05-11 21:03:35 +0100 |
commit | 143dace7e32143e7f67873a8f6de2942c0b0e503 (patch) | |
tree | bb180e22f3241ff85aa0c7be15907d2320143cf8 /net-misc | |
parent | net-misc/autossh: switch to virtual/openssh (diff) | |
download | gentoo-143dace7e32143e7f67873a8f6de2942c0b0e503.tar.gz gentoo-143dace7e32143e7f67873a8f6de2942c0b0e503.tar.bz2 gentoo-143dace7e32143e7f67873a8f6de2942c0b0e503.zip |
net-misc/pssh: switch to virtual/openssh
Signed-off-by: David Seifert <soap@gentoo.org>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/pssh/pssh-2.3.4-r3.ebuild (renamed from net-misc/pssh/pssh-2.3.4-r2.ebuild) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-misc/pssh/pssh-2.3.4-r2.ebuild b/net-misc/pssh/pssh-2.3.4-r3.ebuild index 68c5f74fd4b4..7992ab01da29 100644 --- a/net-misc/pssh/pssh-2.3.4-r2.ebuild +++ b/net-misc/pssh/pssh-2.3.4-r3.ebuild @@ -18,7 +18,7 @@ KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux" RDEPEND=" !net-misc/putty - net-misc/openssh + virtual/openssh " DEPEND="${RDEPEND}" |