commit:     c411ed2a897f6aa0a1b8fdb36ed6d6a350419476
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 13 15:47:08 2016 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Wed Jul 13 15:50:09 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c411ed2a

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 5b3e297..f3d7fe9 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 392ef2c..eea9a46 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}"
 

Reply via email to