app-backup/rsnapshot: switch to virtual/openssh

Signed-off-by: David Seifert <soap@gentoo.org>
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
David Seifert
2023-05-08 22:56:03 +02:00
committed by Sam James
parent 1aef5d470a
commit 43fe2e5cd3
2 changed files with 9 additions and 8 deletions

View File

@@ -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,12 +11,13 @@ SLOT="0"
LICENSE="GPL-2"
KEYWORDS="~alpha amd64 ppc ppc64 sparc x86"
RDEPEND=">=dev-lang/perl-5.8.2
dev-perl/Lchown
>=sys-apps/util-linux-2.12-r4
>=sys-apps/coreutils-5.0.91-r4
>=net-misc/openssh-3.7.1_p2-r1
>=net-misc/rsync-2.6.0"
RDEPEND="
>=dev-lang/perl-5.8.2
dev-perl/Lchown
>=sys-apps/util-linux-2.12-r4
>=sys-apps/coreutils-5.0.91-r4
virtual/openssh
>=net-misc/rsync-2.6.0"
DEPEND="${RDEPEND}"
src_prepare() {

View File

@@ -15,7 +15,7 @@ RDEPEND=">=dev-lang/perl-5.8.2
dev-perl/Lchown
>=sys-apps/util-linux-2.12-r4
>=sys-apps/coreutils-5.0.91-r4
>=net-misc/openssh-3.7.1_p2-r1
virtual/openssh
>=net-misc/rsync-2.6.0"
DEPEND="${RDEPEND}"