Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-boot/vboot-utils/
Date: Sun, 31 Jul 2016 20:34:26
Message-Id: 1469997245.2bdc1b6ecdb7d9e47684af953d6500e37dc80f99.blueness@gentoo
1 commit: 2bdc1b6ecdb7d9e47684af953d6500e37dc80f99
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jul 31 20:34:05 2016 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 31 20:34:05 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2bdc1b6e
7
8 sys-boot/vboot-utils: add libressl support
9
10 Package-Manager: portage-2.2.28
11
12 sys-boot/vboot-utils/vboot-utils-42_p20150219.ebuild | 8 +++++---
13 sys-boot/vboot-utils/vboot-utils-51_p20160427.ebuild | 8 +++++---
14 2 files changed, 10 insertions(+), 6 deletions(-)
15
16 diff --git a/sys-boot/vboot-utils/vboot-utils-42_p20150219.ebuild b/sys-boot/vboot-utils/vboot-utils-42_p20150219.ebuild
17 index c810794..bdc9f9c 100644
18 --- a/sys-boot/vboot-utils/vboot-utils-42_p20150219.ebuild
19 +++ b/sys-boot/vboot-utils/vboot-utils-42_p20150219.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2015 Gentoo Foundation
22 +# Copyright 1999-2016 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24 # $Id$
25
26 @@ -18,9 +18,11 @@ SRC_URI="mirror://gentoo/${P}.tar.xz"
27 LICENSE="BSD"
28 SLOT="0"
29 KEYWORDS="~amd64 ~arm ~arm64 ~mips ~x86"
30 -IUSE="minimal static"
31 +IUSE="libressl minimal static"
32
33 -LIB_DEPEND="dev-libs/openssl:0=[static-libs(+)]
34 +LIB_DEPEND="
35 + !libressl? ( dev-libs/openssl:0=[static-libs(+)] )
36 + libressl? ( dev-libs/libressl:0=[static-libs(+)] )
37 sys-apps/util-linux:=[static-libs(+)]"
38 RDEPEND="!static? ( ${LIB_DEPEND//\[static-libs(+)]} )
39 !minimal? (
40
41 diff --git a/sys-boot/vboot-utils/vboot-utils-51_p20160427.ebuild b/sys-boot/vboot-utils/vboot-utils-51_p20160427.ebuild
42 index 18a27d7..fb7169b 100644
43 --- a/sys-boot/vboot-utils/vboot-utils-51_p20160427.ebuild
44 +++ b/sys-boot/vboot-utils/vboot-utils-51_p20160427.ebuild
45 @@ -1,4 +1,4 @@
46 -# Copyright 1999-2015 Gentoo Foundation
47 +# Copyright 1999-2016 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Id$
50
51 @@ -18,9 +18,11 @@ SRC_URI="mirror://gentoo/${P}.tar.xz"
52 LICENSE="BSD"
53 SLOT="0"
54 KEYWORDS="~amd64 ~arm ~arm64 ~mips ~x86"
55 -IUSE="minimal static"
56 +IUSE="libressl minimal static"
57
58 -LIB_DEPEND="dev-libs/openssl:0=[static-libs(+)]
59 +LIB_DEPEND="
60 + !libressl? ( dev-libs/openssl:0=[static-libs(+)] )
61 + libressl? ( dev-libs/libressl:0=[static-libs(+)] )
62 sys-apps/util-linux:=[static-libs(+)]"
63 RDEPEND="!static? ( ${LIB_DEPEND//\[static-libs(+)]} )
64 !minimal? (