diff options
author | David Seifert <soap@gentoo.org> | 2023-05-08 22:56:03 +0200 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-05-11 21:03:26 +0100 |
commit | 9217697932c65705c5ab4d19fda176c91ee1e478 (patch) | |
tree | b5e438f90b4c3da4cb62210d2d67b0efa60123d0 /app-crypt/monkeysphere | |
parent | app-backup/rsnapshot: switch to virtual/openssh (diff) | |
download | gentoo-9217697932c65705c5ab4d19fda176c91ee1e478.tar.gz gentoo-9217697932c65705c5ab4d19fda176c91ee1e478.tar.bz2 gentoo-9217697932c65705c5ab4d19fda176c91ee1e478.zip |
app-crypt/monkeysphere: switch to virtual/openssh
Signed-off-by: David Seifert <soap@gentoo.org>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-crypt/monkeysphere')
-rw-r--r-- | app-crypt/monkeysphere/monkeysphere-0.44-r1.ebuild (renamed from app-crypt/monkeysphere/monkeysphere-0.44.ebuild) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-crypt/monkeysphere/monkeysphere-0.44.ebuild b/app-crypt/monkeysphere/monkeysphere-0.44-r1.ebuild index f8a6c908946d..2b85c2210dac 100644 --- a/app-crypt/monkeysphere/monkeysphere-0.44.ebuild +++ b/app-crypt/monkeysphere/monkeysphere-0.44-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=7 @@ -28,7 +28,7 @@ DEPEND="acct-group/monkeysphere dev-perl/Digest-SHA1:0= app-misc/lockfile-progs:0=" RDEPEND="${DEPEND} - net-misc/openssh" + virtual/openssh" PATCHES=( "${FILESDIR}"/${PN}-0.44-install-uncompressed-man-pages.patch |