projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a6462fc
)
net-analyzer/sslscan: work with libressl
author
Jason A. Donenfeld
<zx2c4@gentoo.org>
Thu, 3 Mar 2016 17:14:16 +0000
(18:14 +0100)
committer
Jason A. Donenfeld
<zx2c4@gentoo.org>
Thu, 3 Mar 2016 17:14:16 +0000
(18:14 +0100)
Package-Manager: portage-2.2.27
net-analyzer/sslscan/sslscan-1.11.3.ebuild
patch
|
blob
|
history
diff --git
a/net-analyzer/sslscan/sslscan-1.11.3.ebuild
b/net-analyzer/sslscan/sslscan-1.11.3.ebuild
index 2c7dc0bceb77d71992be252736056d1aef016a4e..b44f1830c7a3cf59d4c930580764a2e4bde565e9 100644
(file)
--- 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}"