summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2016-07-13 11:47:08 -0400
committerAnthony G. Basile <blueness@gentoo.org>2016-07-13 11:50:09 -0400
commitc411ed2a897f6aa0a1b8fdb36ed6d6a350419476 (patch)
tree3d7bb93cebb67639e91fe39c0ed31964f50911bb /net-analyzer/dsniff
parentnet-analyzer/amap: add libressl support (diff)
downloadgentoo-c411ed2a897f6aa0a1b8fdb36ed6d6a350419476.tar.gz
gentoo-c411ed2a897f6aa0a1b8fdb36ed6d6a350419476.tar.bz2
gentoo-c411ed2a897f6aa0a1b8fdb36ed6d6a350419476.zip
net-analyzer/dsniff: add libressl support
Package-Manager: portage-2.2.28
Diffstat (limited to 'net-analyzer/dsniff')
-rw-r--r--net-analyzer/dsniff/dsniff-2.4_beta1-r7.ebuild9
-rw-r--r--net-analyzer/dsniff/dsniff-2.4_beta1-r8.ebuild9
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}"