commit: 3d6f75b12a60745f08f511568531a050429f46b4 Author: Zac Medico <zmedico <AT> gentoo <DOT> org> AuthorDate: Thu Jan 3 22:24:00 2019 +0000 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org> CommitDate: Thu Jan 3 23:50:06 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d6f75b1
sys-boot/vboot-utils: require openssl 1.0.x or libressl (bug 674344) Reported-by: Harri Nieminen <moiman <AT> posteo.net> Bug: https://bugs.gentoo.org/673954 Package-Manager: Portage-2.3.53, Repoman-2.3.12 Signed-off-by: Zac Medico <zmedico <AT> gentoo.org> sys-boot/vboot-utils/vboot-utils-59_p20170413.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-boot/vboot-utils/vboot-utils-59_p20170413.ebuild b/sys-boot/vboot-utils/vboot-utils-59_p20170413.ebuild index 15f315769e8..12b8ef351c9 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? ( <dev-libs/openssl-1.1:0=[static-libs(+)] ) libressl? ( dev-libs/libressl:0=[static-libs(+)] ) sys-apps/util-linux:=[static-libs(+)]" RDEPEND="!static? ( ${LIB_DEPEND//\[static-libs(+)]} )
