commit: b1da9dd102c6ea1c36a3e68431cc952364047c92
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sun May 2 17:17:05 2021 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sun May 2 17:22:52 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1da9dd1
app-crypt/simple-tpm-pk11: remove libressl support
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
app-crypt/simple-tpm-pk11/simple-tpm-pk11-0.06.ebuild | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
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 5cf849aa0d2..64abb36d4de 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]"