From b1da9dd102c6ea1c36a3e68431cc952364047c92 Mon Sep 17 00:00:00 2001 From: Mikle Kolyada Date: Sun, 2 May 2021 20:17:05 +0300 Subject: app-crypt/simple-tpm-pk11: remove libressl support Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Mikle Kolyada --- app-crypt/simple-tpm-pk11/simple-tpm-pk11-0.06.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'app-crypt/simple-tpm-pk11') diff --git a/app-crypt/simple-tpm-pk11/simple-tpm-pk11-0.06.ebuild b/app-crypt/simple-tpm-pk11/simple-tpm-pk11-0.06.ebuild index 5cf849aa0d26..64abb36d4de1 100644 --- a/app-crypt/simple-tpm-pk11/simple-tpm-pk11-0.06.ebuild +++ b/app-crypt/simple-tpm-pk11/simple-tpm-pk11-0.06.ebuild @@ -18,14 +18,13 @@ else KEYWORDS="~amd64" fi -IUSE="libressl" RESTRICT="test" # needs to communicate with the TPM and gtest is all broken DEPEND="app-crypt/tpm-tools[pkcs11] dev-libs/opencryptoki[tpm] app-crypt/trousers - !libressl? ( dev-libs/openssl:0= ) - libressl? ( dev-libs/libressl:0= )" + dev-libs/openssl:0= + " RDEPEND="${DEPEND} net-misc/openssh[-X509]" -- cgit v1.2.3-65-gdbad