diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2016-07-13 13:16:28 -0400 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2016-07-13 13:29:12 -0400 |
commit | afb9641e8f4ed2963216864ff3d19846ee03fc88 (patch) | |
tree | e1c24d92991350ef06327ad3c3ebcc2778fa2e66 /net-analyzer | |
parent | net-analyzer/ettercap: add libressl support (diff) | |
download | gentoo-afb9641e8f4ed2963216864ff3d19846ee03fc88.tar.gz gentoo-afb9641e8f4ed2963216864ff3d19846ee03fc88.tar.bz2 gentoo-afb9641e8f4ed2963216864ff3d19846ee03fc88.zip |
net-analyzer/ffp: add libressl support
Package-Manager: portage-2.2.28
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/ffp/ffp-0.0.8-r1.ebuild | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/net-analyzer/ffp/ffp-0.0.8-r1.ebuild b/net-analyzer/ffp/ffp-0.0.8-r1.ebuild index f7bce88be62d..cfea239c0ac0 100644 --- a/net-analyzer/ffp/ffp-0.0.8-r1.ebuild +++ b/net-analyzer/ffp/ffp-0.0.8-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -12,8 +12,12 @@ SRC_URI="http://www.thc.org/releases/${P}.tar.gz" LICENSE="BSD-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" +IUSE="libressl" -DEPEND="dev-libs/openssl" +DEPEND=" + !libressl? ( dev-libs/openssl:0= ) + libressl? ( dev-libs/libressl:0= ) +" RDEPEND="${DEPEND}" DOCS=( README TODO doc/ffp.pdf ) |