diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2021-05-02 20:17:05 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2021-05-02 20:22:52 +0300 |
commit | b1da9dd102c6ea1c36a3e68431cc952364047c92 (patch) | |
tree | f83dacba7598e71c3ea8721be92535607915369b /app-crypt/simple-tpm-pk11 | |
parent | app-crypt/gnupg-pkcs11-scd: remove libressl support (diff) | |
download | gentoo-b1da9dd102c6ea1c36a3e68431cc952364047c92.tar.gz gentoo-b1da9dd102c6ea1c36a3e68431cc952364047c92.tar.bz2 gentoo-b1da9dd102c6ea1c36a3e68431cc952364047c92.zip |
app-crypt/simple-tpm-pk11: remove libressl support
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'app-crypt/simple-tpm-pk11')
-rw-r--r-- | app-crypt/simple-tpm-pk11/simple-tpm-pk11-0.06.ebuild | 5 |
1 files 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 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]" |