From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B2955138306 for ; Wed, 13 Jul 2016 15:46:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D1F6AE0B39; Wed, 13 Jul 2016 15:46:43 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 637C0E0B2F for ; Wed, 13 Jul 2016 15:46:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 30DB1340CB6 for ; Wed, 13 Jul 2016 15:46:42 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D68BE2443 for ; Wed, 13 Jul 2016 15:46:38 +0000 (UTC) From: "Anthony G. Basile" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anthony G. Basile" Message-ID: <1468425009.c411ed2a897f6aa0a1b8fdb36ed6d6a350419476.blueness@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/dsniff/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/dsniff/dsniff-2.4_beta1-r7.ebuild net-analyzer/dsniff/dsniff-2.4_beta1-r8.ebuild X-VCS-Directories: net-analyzer/dsniff/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: c411ed2a897f6aa0a1b8fdb36ed6d6a350419476 X-VCS-Branch: master Date: Wed, 13 Jul 2016 15:46:38 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 79d40273-dcd5-42a7-ba9d-717079e059b8 X-Archives-Hash: 92a4e9596f2551e9100281d0ddbc0b3d commit: c411ed2a897f6aa0a1b8fdb36ed6d6a350419476 Author: Anthony G. Basile gentoo org> AuthorDate: Wed Jul 13 15:47:08 2016 +0000 Commit: Anthony G. Basile gentoo 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}"