From: Zac Medico Date: Thu, 3 Jan 2019 22:24:00 +0000 (-0800) Subject: sys-boot/vboot-utils: require openssl 1.0.x or libressl (bug 674344) X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=3d6f75b12a60745f08f511568531a050429f46b4;p=gentoo.git sys-boot/vboot-utils: require openssl 1.0.x or libressl (bug 674344) Reported-by: Harri Nieminen Bug: https://bugs.gentoo.org/673954 Package-Manager: Portage-2.3.53, Repoman-2.3.12 Signed-off-by: Zac Medico --- diff --git a/sys-boot/vboot-utils/vboot-utils-59_p20170413.ebuild b/sys-boot/vboot-utils/vboot-utils-59_p20170413.ebuild index 15f315769e8d..12b8ef351c9f 100644 --- a/sys-boot/vboot-utils/vboot-utils-59_p20170413.ebuild +++ b/sys-boot/vboot-utils/vboot-utils-59_p20170413.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -20,7 +20,7 @@ KEYWORDS="~amd64 ~arm ~arm64 ~mips ~x86" IUSE="libressl minimal static" LIB_DEPEND=" - !libressl? ( dev-libs/openssl:0=[static-libs(+)] ) + !libressl? (