Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-boot/tboot/
Date: Sun, 02 May 2021 19:31:49
Message-Id: 1619983678.6a5c3efaa5353c2bc4795e49be68a733a61beb6e.zlogene@gentoo
1 commit: 6a5c3efaa5353c2bc4795e49be68a733a61beb6e
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 2 19:27:58 2021 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Sun May 2 19:27:58 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a5c3efa
7
8 sys-boot/tboot: 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 sys-boot/tboot/tboot-1.9.11.ebuild | 6 +++---
14 1 file changed, 3 insertions(+), 3 deletions(-)
15
16 diff --git a/sys-boot/tboot/tboot-1.9.11.ebuild b/sys-boot/tboot/tboot-1.9.11.ebuild
17 index 46420bf9406..9d2065648ee 100644
18 --- a/sys-boot/tboot/tboot-1.9.11.ebuild
19 +++ b/sys-boot/tboot/tboot-1.9.11.ebuild
20 @@ -12,15 +12,15 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
21 LICENSE="BSD"
22 SLOT="0"
23 KEYWORDS="-* ~amd64 ~x86"
24 -IUSE="custom-cflags libressl selinux"
25 +IUSE="custom-cflags selinux"
26
27 # requires patching the kernel src
28 RESTRICT="test"
29
30 DEPEND="app-crypt/trousers
31 app-crypt/tpm-tools
32 -!libressl? ( dev-libs/openssl:0=[-bindist] )
33 -libressl? ( dev-libs/libressl:0= )"
34 +dev-libs/openssl:0=[-bindist]
35 +"
36
37 RDEPEND="${DEPEND}
38 sys-boot/grub:2