diff options
author | Julian Ospald <hasufell@gentoo.org> | 2015-10-05 10:51:49 +0200 |
---|---|---|
committer | Julian Ospald <hasufell@gentoo.org> | 2015-10-05 10:51:49 +0200 |
commit | eb8057024eb5d1150df901cdfdcb246b788349cd (patch) | |
tree | ab95dc133d08d34fdff8cd1909bfc1537fc39a32 /net-analyzer/nmap/nmap-9999.ebuild | |
parent | media-libs/opusfile: add libressl support (diff) | |
download | gentoo-eb8057024eb5d1150df901cdfdcb246b788349cd.tar.gz gentoo-eb8057024eb5d1150df901cdfdcb246b788349cd.tar.bz2 gentoo-eb8057024eb5d1150df901cdfdcb246b788349cd.zip |
net-analyzer/nmap: add libressl support
Diffstat (limited to 'net-analyzer/nmap/nmap-9999.ebuild')
-rw-r--r-- | net-analyzer/nmap/nmap-9999.ebuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/net-analyzer/nmap/nmap-9999.ebuild b/net-analyzer/nmap/nmap-9999.ebuild index 1185730714b6..1e02fc02e780 100644 --- a/net-analyzer/nmap/nmap-9999.ebuild +++ b/net-analyzer/nmap/nmap-9999.ebuild @@ -19,7 +19,7 @@ SRC_URI="https://dev.gentoo.org/~jer/nmap-logo-64.png" LICENSE="GPL-2" SLOT="0" -IUSE="ipv6 +nse system-lua ncat ndiff nls nmap-update nping ssl zenmap" +IUSE="ipv6 libressl +nse system-lua ncat ndiff nls nmap-update nping ssl zenmap" NMAP_LINGUAS=( de fr hr it ja pl pt_BR ru zh ) IUSE+=" ${NMAP_LINGUAS[@]/#/linguas_}" @@ -41,7 +41,10 @@ RDEPEND=" ndiff? ( ${PYTHON_DEPS} ) nls? ( virtual/libintl ) nmap-update? ( dev-libs/apr dev-vcs/subversion ) - ssl? ( dev-libs/openssl:0= ) + ssl? ( + !libressl? ( dev-libs/openssl:0= ) + libressl? ( dev-libs/libressl:= ) + ) " DEPEND=" ${RDEPEND} |