app-crypt/simple-tpm-pk11: 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 9217697932
commit 36bdf132a6

View File

@@ -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=6
@@ -26,7 +26,10 @@ DEPEND="app-crypt/tpm-tools[pkcs11]
dev-libs/openssl:0=
"
RDEPEND="${DEPEND}
net-misc/openssh[-X509]"
|| (
>=net-misc/openssh-9.3_p1-r1
>=net-misc/openssh-contrib-9.3_p1[-X509]
)"
src_prepare() {
eapply_user