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/sbsigntool/
Date: Fri, 03 Jun 2016 14:19:20
Message-Id: 1464963664.05c11e40b1d54309798a216676c4f8988d254cbd.blueness@gentoo
1 commit: 05c11e40b1d54309798a216676c4f8988d254cbd
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jun 3 14:16:06 2016 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Fri Jun 3 14:21:04 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05c11e40
7
8 app-crypt/sbsigntool: add libressl support
9
10 Package-Manager: portage-2.2.28
11
12 app-crypt/sbsigntool/sbsigntool-0.6-r1.ebuild | 10 ++++++----
13 1 file changed, 6 insertions(+), 4 deletions(-)
14
15 diff --git a/app-crypt/sbsigntool/sbsigntool-0.6-r1.ebuild b/app-crypt/sbsigntool/sbsigntool-0.6-r1.ebuild
16 index cc49b5b..cbb72cf 100644
17 --- a/app-crypt/sbsigntool/sbsigntool-0.6-r1.ebuild
18 +++ b/app-crypt/sbsigntool/sbsigntool-0.6-r1.ebuild
19 @@ -1,8 +1,8 @@
20 -# Copyright 1999-2014 Gentoo Foundation
21 +# Copyright 1999-2016 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23 # $Id$
24
25 -EAPI="4"
26 +EAPI="5"
27
28 inherit eutils toolchain-funcs
29
30 @@ -13,9 +13,11 @@ SRC_URI="https://launchpad.net/ubuntu/+archive/primary/+files/${PN}_${PV}.orig.t
31 LICENSE="GPL-3"
32 SLOT="0"
33 KEYWORDS="amd64 x86"
34 -IUSE=""
35 +IUSE="libressl"
36
37 -RDEPEND="dev-libs/openssl
38 +RDEPEND="
39 + !libressl? ( dev-libs/openssl:0= )
40 + libressl? ( dev-libs/libressl:0= )
41 sys-apps/util-linux"
42 DEPEND="${RDEPEND}
43 sys-apps/help2man