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: app-crypt/efitools/
Date: Fri, 03 Jun 2016 09:05:18
Message-Id: 1464944717.798e38393e0de024ff98007c1597e060c2876247.blueness@gentoo
1 commit: 798e38393e0de024ff98007c1597e060c2876247
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jun 3 09:05:17 2016 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Fri Jun 3 09:05:17 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=798e3839
7
8 app-crypt/efitools: add libressl support
9
10 Package-Manager: portage-2.2.28
11
12 app-crypt/efitools/efitools-1.4.2-r1.ebuild | 10 ++++++----
13 app-crypt/efitools/efitools-1.7.0.ebuild | 8 +++++---
14 2 files changed, 11 insertions(+), 7 deletions(-)
15
16 diff --git a/app-crypt/efitools/efitools-1.4.2-r1.ebuild b/app-crypt/efitools/efitools-1.4.2-r1.ebuild
17 index dabedc5..f231f2c 100644
18 --- a/app-crypt/efitools/efitools-1.4.2-r1.ebuild
19 +++ b/app-crypt/efitools/efitools-1.4.2-r1.ebuild
20 @@ -1,8 +1,8 @@
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 -EAPI="4"
27 +EAPI="5"
28
29 DESCRIPTION="Tools for manipulating UEFI secure boot platforms"
30 HOMEPAGE="https://git.kernel.org/cgit/linux/kernel/git/jejb/efitools.git"
31 @@ -11,9 +11,11 @@ SRC_URI="http://blog.hansenpartnership.com/wp-uploads/2013/efitools-${PV}.tar.gz
32 LICENSE="GPL-2"
33 SLOT="0"
34 KEYWORDS="~amd64 ~x86"
35 -IUSE=""
36 +IUSE="libressl"
37
38 -RDEPEND="dev-libs/openssl
39 +RDEPEND="
40 + !libressl? ( dev-libs/openssl:0= )
41 + libressl? ( dev-libs/libressl:0= )
42 sys-apps/util-linux"
43 DEPEND="${RDEPEND}
44 sys-apps/help2man
45
46 diff --git a/app-crypt/efitools/efitools-1.7.0.ebuild b/app-crypt/efitools/efitools-1.7.0.ebuild
47 index 4395a3d..d54950b 100644
48 --- a/app-crypt/efitools/efitools-1.7.0.ebuild
49 +++ b/app-crypt/efitools/efitools-1.7.0.ebuild
50 @@ -2,7 +2,7 @@
51 # Distributed under the terms of the GNU General Public License v2
52 # $Id$
53
54 -EAPI="4"
55 +EAPI="5"
56 inherit git-r3
57
58 DESCRIPTION="Tools for manipulating UEFI secure boot platforms"
59 @@ -15,9 +15,11 @@ EGIT_COMMIT="v1.7.0"
60 LICENSE="GPL-2"
61 SLOT="0"
62 KEYWORDS="~amd64 ~x86"
63 -IUSE=""
64 +IUSE="libressl"
65
66 -RDEPEND="dev-libs/openssl
67 +RDEPEND="
68 + !libressl? ( dev-libs/openssl:0= )
69 + libressl? ( dev-libs/libressl:0= )
70 sys-apps/util-linux"
71 DEPEND="${RDEPEND}
72 sys-apps/help2man