summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2023-05-08 22:56:03 +0200
committerSam James <sam@gentoo.org>2023-05-11 21:03:33 +0100
commit5cedcc5a15f99969e1aafb7fcf9bec65ef312715 (patch)
treeabedfd53c7d44ea88ffec154f028358a8b4c50e5 /net-fs/sshfs
parentnet-dns/hash-slinger: switch to virtual/openssh (diff)
downloadgentoo-5cedcc5a15f99969e1aafb7fcf9bec65ef312715.tar.gz
gentoo-5cedcc5a15f99969e1aafb7fcf9bec65ef312715.tar.bz2
gentoo-5cedcc5a15f99969e1aafb7fcf9bec65ef312715.zip
net-fs/sshfs: switch to virtual/openssh
Signed-off-by: David Seifert <soap@gentoo.org> Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-fs/sshfs')
-rw-r--r--net-fs/sshfs/sshfs-3.7.3-r1.ebuild (renamed from net-fs/sshfs/sshfs-3.7.3.ebuild)4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-fs/sshfs/sshfs-3.7.3.ebuild b/net-fs/sshfs/sshfs-3.7.3-r1.ebuild
index 430de0872a49..1ed1ef7dd04b 100644
--- a/net-fs/sshfs/sshfs-3.7.3.ebuild
+++ b/net-fs/sshfs/sshfs-3.7.3-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
@@ -16,7 +16,7 @@ SLOT="0"
DEPEND=">=sys-fs/fuse-3.1.0:3
>=dev-libs/glib-2.4.2"
RDEPEND="${DEPEND}
- >=net-misc/openssh-4.4"
+ virtual/openssh"
BDEPEND="dev-python/docutils
virtual/pkgconfig"