sys-boot/vboot-utils: require openssl 1.0.x or libressl (bug 674344)
authorZac Medico <zmedico@gentoo.org>
Thu, 3 Jan 2019 22:24:00 +0000 (14:24 -0800)
committerZac Medico <zmedico@gentoo.org>
Thu, 3 Jan 2019 23:50:06 +0000 (15:50 -0800)
Reported-by: Harri Nieminen <moiman@posteo.net>
Bug: https://bugs.gentoo.org/673954
Package-Manager: Portage-2.3.53, Repoman-2.3.12
Signed-off-by: Zac Medico <zmedico@gentoo.org>
sys-boot/vboot-utils/vboot-utils-59_p20170413.ebuild

index 15f315769e8dbde0ebdae2c4b6b38b501968d394..12b8ef351c9f43940ad613654ca517b92604c5f8 100644 (file)
@@ -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(+)]} )