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:34 +0100 |
commit | 99803a2487af73d9c23c7be54a3f41b5f5a8c2de (patch) | |
tree | eca274ed6cf114321886799c11f18e0a65da67cf /net-misc | |
parent | net-mail/muchsync: switch to virtual/openssh (diff) | |
download | gentoo-99803a2487af73d9c23c7be54a3f41b5f5a8c2de.tar.gz gentoo-99803a2487af73d9c23c7be54a3f41b5f5a8c2de.tar.bz2 gentoo-99803a2487af73d9c23c7be54a3f41b5f5a8c2de.zip |
net-misc/autossh: 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/autossh/autossh-1.4g-r1.ebuild (renamed from net-misc/autossh/autossh-1.4g.ebuild) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/autossh/autossh-1.4g.ebuild b/net-misc/autossh/autossh-1.4g-r1.ebuild index 57c7452cb478..4a227c8620c6 100644 --- a/net-misc/autossh/autossh-1.4g.ebuild +++ b/net-misc/autossh/autossh-1.4g-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -11,7 +11,7 @@ LICENSE="BSD" KEYWORDS="amd64 ~arm ~arm64 ~hppa ppc ~ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux" SLOT="0" -RDEPEND="net-misc/openssh" +RDEPEND="virtual/openssh" src_install() { dobin autossh |