diff options
author | Zac Medico <zmedico@gentoo.org> | 2019-01-03 14:24:00 -0800 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2019-01-03 15:50:06 -0800 |
commit | 3d6f75b12a60745f08f511568531a050429f46b4 (patch) | |
tree | 5e6c8929dfa0290ac40a60036ce6eb27a4a83465 /sys-boot/vboot-utils | |
parent | app-crypt/dehydrated: add ~arm and ~arm64 keyword (diff) | |
download | gentoo-3d6f75b12a60745f08f511568531a050429f46b4.tar.gz gentoo-3d6f75b12a60745f08f511568531a050429f46b4.tar.bz2 gentoo-3d6f75b12a60745f08f511568531a050429f46b4.zip |
sys-boot/vboot-utils: require openssl 1.0.x or libressl (bug 674344)
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>
Diffstat (limited to 'sys-boot/vboot-utils')
-rw-r--r-- | sys-boot/vboot-utils/vboot-utils-59_p20170413.ebuild | 4 |
1 files 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 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? ( <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(+)]} ) |