Gentoo Archives: gentoo-commits

From: Zac Medico <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-boot/vboot-utils/
Date: Thu, 03 Jan 2019 23:50:25
Message-Id: 1546559406.3d6f75b12a60745f08f511568531a050429f46b4.zmedico@gentoo
1 commit: 3d6f75b12a60745f08f511568531a050429f46b4
2 Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 3 22:24:00 2019 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 3 23:50:06 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d6f75b1
7
8 sys-boot/vboot-utils: require openssl 1.0.x or libressl (bug 674344)
9
10 Reported-by: Harri Nieminen <moiman <AT> posteo.net>
11 Bug: https://bugs.gentoo.org/673954
12 Package-Manager: Portage-2.3.53, Repoman-2.3.12
13 Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>
14
15 sys-boot/vboot-utils/vboot-utils-59_p20170413.ebuild | 4 ++--
16 1 file changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/sys-boot/vboot-utils/vboot-utils-59_p20170413.ebuild b/sys-boot/vboot-utils/vboot-utils-59_p20170413.ebuild
19 index 15f315769e8..12b8ef351c9 100644
20 --- a/sys-boot/vboot-utils/vboot-utils-59_p20170413.ebuild
21 +++ b/sys-boot/vboot-utils/vboot-utils-59_p20170413.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2017 Gentoo Foundation
24 +# Copyright 1999-2019 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=6
28 @@ -20,7 +20,7 @@ KEYWORDS="~amd64 ~arm ~arm64 ~mips ~x86"
29 IUSE="libressl minimal static"
30
31 LIB_DEPEND="
32 - !libressl? ( dev-libs/openssl:0=[static-libs(+)] )
33 + !libressl? ( <dev-libs/openssl-1.1:0=[static-libs(+)] )
34 libressl? ( dev-libs/libressl:0=[static-libs(+)] )
35 sys-apps/util-linux:=[static-libs(+)]"
36 RDEPEND="!static? ( ${LIB_DEPEND//\[static-libs(+)]} )