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:37 +0100 |
commit | 8099982d6204e1b6442689c0a7a08f9f316034c7 (patch) | |
tree | 0739e92dc27be43f41d76ddf96b86d0f1097854d /net-misc/sshpass | |
parent | net-misc/scponly: switch to virtual/openssh (diff) | |
download | gentoo-8099982d6204e1b6442689c0a7a08f9f316034c7.tar.gz gentoo-8099982d6204e1b6442689c0a7a08f9f316034c7.tar.bz2 gentoo-8099982d6204e1b6442689c0a7a08f9f316034c7.zip |
net-misc/sshpass: 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/sshpass')
-rw-r--r-- | net-misc/sshpass/sshpass-1.09-r1.ebuild (renamed from net-misc/sshpass/sshpass-1.09.ebuild) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/sshpass/sshpass-1.09.ebuild b/net-misc/sshpass/sshpass-1.09-r1.ebuild index 96550de1476d..d9bb7d1c42f9 100644 --- a/net-misc/sshpass/sshpass-1.09.ebuild +++ b/net-misc/sshpass/sshpass-1.09-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -11,4 +11,4 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86 ~x64-macos" -RDEPEND="net-misc/openssh" +RDEPEND="virtual/openssh" |