From 6a5c3efaa5353c2bc4795e49be68a733a61beb6e Mon Sep 17 00:00:00 2001 From: Mikle Kolyada Date: Sun, 2 May 2021 22:27:58 +0300 Subject: sys-boot/tboot: remove libressl support Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Mikle Kolyada --- sys-boot/tboot/tboot-1.9.11.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sys-boot/tboot') diff --git a/sys-boot/tboot/tboot-1.9.11.ebuild b/sys-boot/tboot/tboot-1.9.11.ebuild index 46420bf9406e..9d2065648ee2 100644 --- a/sys-boot/tboot/tboot-1.9.11.ebuild +++ b/sys-boot/tboot/tboot-1.9.11.ebuild @@ -12,15 +12,15 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="-* ~amd64 ~x86" -IUSE="custom-cflags libressl selinux" +IUSE="custom-cflags selinux" # requires patching the kernel src RESTRICT="test" DEPEND="app-crypt/trousers app-crypt/tpm-tools -!libressl? ( dev-libs/openssl:0=[-bindist] ) -libressl? ( dev-libs/libressl:0= )" +dev-libs/openssl:0=[-bindist] +" RDEPEND="${DEPEND} sys-boot/grub:2 -- cgit v1.2.3-65-gdbad