From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 7E46A1388C1 for ; Thu, 3 Mar 2016 17:14:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E623FE07F0; Thu, 3 Mar 2016 17:14:13 +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 8D9E7E07F0 for ; Thu, 3 Mar 2016 17:14:13 +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 5F6E734072E for ; Thu, 3 Mar 2016 17:14:12 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E7E7B8F6 for ; Thu, 3 Mar 2016 17:14:05 +0000 (UTC) From: "Jason Donenfeld" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jason Donenfeld" Message-ID: <1457025256.13adce7b14ca275307ed6bc7a19acd869d30fc84.zx2c4@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/sslscan/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/sslscan/sslscan-1.11.3.ebuild X-VCS-Directories: net-analyzer/sslscan/ X-VCS-Committer: zx2c4 X-VCS-Committer-Name: Jason Donenfeld X-VCS-Revision: 13adce7b14ca275307ed6bc7a19acd869d30fc84 X-VCS-Branch: master Date: Thu, 3 Mar 2016 17:14:05 +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: 1643c79d-2905-4785-94e5-173971d8b183 X-Archives-Hash: 01fdbfa06ed17a14f78f7763505f7a60 commit: 13adce7b14ca275307ed6bc7a19acd869d30fc84 Author: Jason A. Donenfeld gentoo org> AuthorDate: Thu Mar 3 17:14:16 2016 +0000 Commit: Jason Donenfeld gentoo org> CommitDate: Thu Mar 3 17:14:16 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13adce7b net-analyzer/sslscan: work with libressl Package-Manager: portage-2.2.27 net-analyzer/sslscan/sslscan-1.11.3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-analyzer/sslscan/sslscan-1.11.3.ebuild b/net-analyzer/sslscan/sslscan-1.11.3.ebuild index 2c7dc0b..b44f183 100644 --- a/net-analyzer/sslscan/sslscan-1.11.3.ebuild +++ b/net-analyzer/sslscan/sslscan-1.11.3.ebuild @@ -14,11 +14,11 @@ SRC_URI="https://github.com/${MY_FORK}/${PN}/archive/${PV}-${MY_FORK}.tar.gz -> LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="" +IUSE="libressl" # Depend on -bindist since sslscan unconditionally requires elliptic # curve support, bug 491102 -DEPEND="dev-libs/openssl:0[-bindist]" +DEPEND="!libressl? ( dev-libs/openssl:0[-bindist] ) libressl? ( dev-libs/libressl )" RDEPEND="${DEPEND}" S="${WORKDIR}/${P}-${MY_FORK}"