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/pesign/
Date: Fri, 03 Jun 2016 14:19:21
Message-Id: 1464963660.4cfe166284535448e59daa4be6bf805c5c90f2b8.blueness@gentoo
1 commit: 4cfe166284535448e59daa4be6bf805c5c90f2b8
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jun 3 14:10:59 2016 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Fri Jun 3 14:21:00 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4cfe1662
7
8 app-crypt/pesign: add libressl support
9
10 Package-Manager: portage-2.2.28
11
12 app-crypt/pesign/pesign-0.108.ebuild | 7 ++++---
13 1 file changed, 4 insertions(+), 3 deletions(-)
14
15 diff --git a/app-crypt/pesign/pesign-0.108.ebuild b/app-crypt/pesign/pesign-0.108.ebuild
16 index a17c464..3189c1c 100644
17 --- a/app-crypt/pesign/pesign-0.108.ebuild
18 +++ b/app-crypt/pesign/pesign-0.108.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2015 Gentoo Foundation
21 +# Copyright 1999-2016 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23 # $Id$
24
25 @@ -13,11 +13,12 @@ SRC_URI="https://github.com/vathpela/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
26 LICENSE="GPL-2"
27 SLOT="0"
28 KEYWORDS="~amd64 ~x86"
29 -IUSE=""
30 +IUSE="libressl"
31
32 RDEPEND="
33 dev-libs/nspr
34 - dev-libs/openssl:0
35 + !libressl? ( dev-libs/openssl:0= )
36 + libressl? ( dev-libs/libressl:0= )
37 sys-apps/util-linux
38 "
39 DEPEND="${RDEPEND}