commit: 6a5c3efaa5353c2bc4795e49be68a733a61beb6e
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sun May 2 19:27:58 2021 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sun May 2 19:27:58 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a5c3efa
sys-boot/tboot: remove libressl support
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
sys-boot/tboot/tboot-1.9.11.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/sys-boot/tboot/tboot-1.9.11.ebuild
b/sys-boot/tboot/tboot-1.9.11.ebuild
index 46420bf9406..9d2065648ee 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