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: net-analyzer/ffp/
Date: Wed, 13 Jul 2016 17:25:48
Message-Id: 1468430952.afb9641e8f4ed2963216864ff3d19846ee03fc88.blueness@gentoo
1 commit: afb9641e8f4ed2963216864ff3d19846ee03fc88
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jul 13 17:16:28 2016 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Wed Jul 13 17:29:12 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afb9641e
7
8 net-analyzer/ffp: add libressl support
9
10 Package-Manager: portage-2.2.28
11
12 net-analyzer/ffp/ffp-0.0.8-r1.ebuild | 8 ++++++--
13 1 file changed, 6 insertions(+), 2 deletions(-)
14
15 diff --git a/net-analyzer/ffp/ffp-0.0.8-r1.ebuild b/net-analyzer/ffp/ffp-0.0.8-r1.ebuild
16 index f7bce88..cfea239 100644
17 --- a/net-analyzer/ffp/ffp-0.0.8-r1.ebuild
18 +++ b/net-analyzer/ffp/ffp-0.0.8-r1.ebuild
19 @@ -1,4 +1,4 @@
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 @@ -12,8 +12,12 @@ SRC_URI="http://www.thc.org/releases/${P}.tar.gz"
26 LICENSE="BSD-2"
27 SLOT="0"
28 KEYWORDS="~amd64 ~ppc ~x86"
29 +IUSE="libressl"
30
31 -DEPEND="dev-libs/openssl"
32 +DEPEND="
33 + !libressl? ( dev-libs/openssl:0= )
34 + libressl? ( dev-libs/libressl:0= )
35 +"
36 RDEPEND="${DEPEND}"
37
38 DOCS=( README TODO doc/ffp.pdf )