Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/simple-tpm-pk11/
Date: Sun, 02 May 2021 17:23:00
Message-Id: 1619976172.b1da9dd102c6ea1c36a3e68431cc952364047c92.zlogene@gentoo
1 commit: b1da9dd102c6ea1c36a3e68431cc952364047c92
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 2 17:17:05 2021 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Sun May 2 17:22:52 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1da9dd1
7
8 app-crypt/simple-tpm-pk11: remove libressl support
9
10 Package-Manager: Portage-3.0.18, Repoman-3.0.2
11 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
12
13 app-crypt/simple-tpm-pk11/simple-tpm-pk11-0.06.ebuild | 5 ++---
14 1 file changed, 2 insertions(+), 3 deletions(-)
15
16 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
17 index 5cf849aa0d2..64abb36d4de 100644
18 --- a/app-crypt/simple-tpm-pk11/simple-tpm-pk11-0.06.ebuild
19 +++ b/app-crypt/simple-tpm-pk11/simple-tpm-pk11-0.06.ebuild
20 @@ -18,14 +18,13 @@ else
21 KEYWORDS="~amd64"
22 fi
23
24 -IUSE="libressl"
25 RESTRICT="test" # needs to communicate with the TPM and gtest is all broken
26
27 DEPEND="app-crypt/tpm-tools[pkcs11]
28 dev-libs/opencryptoki[tpm]
29 app-crypt/trousers
30 - !libressl? ( dev-libs/openssl:0= )
31 - libressl? ( dev-libs/libressl:0= )"
32 + dev-libs/openssl:0=
33 + "
34 RDEPEND="${DEPEND}
35 net-misc/openssh[-X509]"