net-analyzer/dsniff: add libressl support
authorAnthony G. Basile <blueness@gentoo.org>
Wed, 13 Jul 2016 15:47:08 +0000 (11:47 -0400)
committerAnthony G. Basile <blueness@gentoo.org>
Wed, 13 Jul 2016 15:50:09 +0000 (11:50 -0400)
Package-Manager: portage-2.2.28

net-analyzer/dsniff/dsniff-2.4_beta1-r7.ebuild
net-analyzer/dsniff/dsniff-2.4_beta1-r8.ebuild

index 5b3e2978c083b246497820468da8954a05cc6cc0..f3d7fe9b7ab7bdcbc36409bf1bc8ddd933b11ef5 100644 (file)
@@ -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}"
 
index 392ef2c7bdbeab9df42d86cd4edf08e5d36d4fdf..eea9a468eea85cdec02717d5d2ec1a8d03d2fce8 100644 (file)
@@ -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}"