commit:     13adce7b14ca275307ed6bc7a19acd869d30fc84
Author:     Jason A. Donenfeld <zx2c4 <AT> gentoo <DOT> org>
AuthorDate: Thu Mar  3 17:14:16 2016 +0000
Commit:     Jason Donenfeld <zx2c4 <AT> gentoo <DOT> 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}"

Reply via email to