diff options
author | 2023-05-08 22:56:03 +0200 | |
---|---|---|
committer | 2023-05-11 21:03:27 +0100 | |
commit | 8f8aab6871156de3a75f9986378486aa37ae1744 (patch) | |
tree | 3bff7caca3fea6e17b0308bc8a8b6691add26d4a /app-shells | |
parent | app-crypt/simple-tpm-pk11: switch to virtual/openssh (diff) | |
download | gentoo-8f8aab6871156de3a75f9986378486aa37ae1744.tar.gz gentoo-8f8aab6871156de3a75f9986378486aa37ae1744.tar.bz2 gentoo-8f8aab6871156de3a75f9986378486aa37ae1744.zip |
app-shells/pdsh: switch to virtual/openssh
Signed-off-by: David Seifert <soap@gentoo.org>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/pdsh/pdsh-2.34-r2.ebuild (renamed from app-shells/pdsh/pdsh-2.34-r1.ebuild) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-shells/pdsh/pdsh-2.34-r1.ebuild b/app-shells/pdsh/pdsh-2.34-r2.ebuild index 17f7b7136052..1d35f068cb97 100644 --- a/app-shells/pdsh/pdsh-2.34-r1.ebuild +++ b/app-shells/pdsh/pdsh-2.34-r2.ebuild @@ -17,7 +17,7 @@ IUSE="crypt readline rsh test" RESTRICT="!test? ( test )" RDEPEND=" - crypt? ( net-misc/openssh ) + crypt? ( virtual/openssh ) rsh? ( net-misc/netkit-rsh ) readline? ( sys-libs/readline:0= )" DEPEND="${RDEPEND}" |