From c411ed2a897f6aa0a1b8fdb36ed6d6a350419476 Mon Sep 17 00:00:00 2001 From: "Anthony G. Basile" Date: Wed, 13 Jul 2016 11:47:08 -0400 Subject: [PATCH] net-analyzer/dsniff: add libressl support Package-Manager: portage-2.2.28 --- net-analyzer/dsniff/dsniff-2.4_beta1-r7.ebuild | 9 +++++---- net-analyzer/dsniff/dsniff-2.4_beta1-r8.ebuild | 9 +++++---- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/net-analyzer/dsniff/dsniff-2.4_beta1-r7.ebuild b/net-analyzer/dsniff/dsniff-2.4_beta1-r7.ebuild index 5b3e2978c083..f3d7fe9b7ab7 100644 --- a/net-analyzer/dsniff/dsniff-2.4_beta1-r7.ebuild +++ b/net-analyzer/dsniff/dsniff-2.4_beta1-r7.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -15,13 +15,14 @@ LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" -IUSE="X" +IUSE="libressl X" DEPEND="net-libs/libpcap >=net-libs/libnet-1.1.2.1-r1 >=net-libs/libnids-1.21 - >=dev-libs/openssl-0.9.6e - >=sys-libs/db-4.2.52_p4 + !libressl? ( dev-libs/openssl:0= ) + libressl? ( dev-libs/libressl:0= ) + >=sys-libs/db-4:* X? ( x11-libs/libXmu )" RDEPEND="${DEPEND}" diff --git a/net-analyzer/dsniff/dsniff-2.4_beta1-r8.ebuild b/net-analyzer/dsniff/dsniff-2.4_beta1-r8.ebuild index 392ef2c7bdbe..eea9a468eea8 100644 --- a/net-analyzer/dsniff/dsniff-2.4_beta1-r8.ebuild +++ b/net-analyzer/dsniff/dsniff-2.4_beta1-r8.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -15,13 +15,14 @@ LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" -IUSE="X" +IUSE="libressl X" DEPEND="net-libs/libpcap >=net-libs/libnet-1.1.2.1-r1 >=net-libs/libnids-1.21 - >=dev-libs/openssl-0.9.6e - >=sys-libs/db-4.2.52_p4 + !libressl? ( dev-libs/openssl:0= ) + libressl? ( dev-libs/libressl:0= ) + >=sys-libs/db-4:* X? ( x11-libs/libXmu )" RDEPEND="${DEPEND}" -- 2.26.2