sys-boot/tboot: remove libressl support

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
This commit is contained in:
Mikle Kolyada
2021-05-02 22:27:58 +03:00
parent 96d7e1c009
commit 6a5c3efaa5

View File

@@ -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