diff options
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 |