diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2021-05-02 22:27:58 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2021-05-02 22:27:58 +0300 |
commit | 6a5c3efaa5353c2bc4795e49be68a733a61beb6e (patch) | |
tree | b44374c336ea9583894d1cfd82405d200a4bddef /sys-boot/tboot | |
parent | dev-lang/swi-prolog: remove libressl support (diff) | |
download | gentoo-6a5c3efaa5353c2bc4795e49be68a733a61beb6e.tar.gz gentoo-6a5c3efaa5353c2bc4795e49be68a733a61beb6e.tar.bz2 gentoo-6a5c3efaa5353c2bc4795e49be68a733a61beb6e.zip |
sys-boot/tboot: remove libressl support
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'sys-boot/tboot')
-rw-r--r-- | sys-boot/tboot/tboot-1.9.11.ebuild | 6 |
1 files 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 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 |