diff options
author | Julian Ospald <hasufell@gentoo.org> | 2015-10-05 10:53:48 +0200 |
---|---|---|
committer | Julian Ospald <hasufell@gentoo.org> | 2015-10-05 10:53:48 +0200 |
commit | 91547e769e88e9b79e30eaf6d90ab10d53170178 (patch) | |
tree | 6294554568304c9bd14e4d0aa7588f9d482ebe4d /net-analyzer/tcpdump/tcpdump-9999.ebuild | |
parent | net-analyzer/nmap: add libressl support (diff) | |
download | gentoo-91547e769e88e9b79e30eaf6d90ab10d53170178.tar.gz gentoo-91547e769e88e9b79e30eaf6d90ab10d53170178.tar.bz2 gentoo-91547e769e88e9b79e30eaf6d90ab10d53170178.zip |
net-analyzer/tcpdump: add libressl support
Diffstat (limited to 'net-analyzer/tcpdump/tcpdump-9999.ebuild')
-rw-r--r-- | net-analyzer/tcpdump/tcpdump-9999.ebuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/net-analyzer/tcpdump/tcpdump-9999.ebuild b/net-analyzer/tcpdump/tcpdump-9999.ebuild index 17b98957aafb..7ca91164ec8c 100644 --- a/net-analyzer/tcpdump/tcpdump-9999.ebuild +++ b/net-analyzer/tcpdump/tcpdump-9999.ebuild @@ -12,13 +12,16 @@ EGIT_REPO_URI="https://github.com/the-tcpdump-group/tcpdump" LICENSE="BSD" SLOT="0" KEYWORDS="" -IUSE="+drop-root smi ssl ipv6 samba suid test" +IUSE="+drop-root libressl smi ssl ipv6 samba suid test" RDEPEND=" drop-root? ( sys-libs/libcap-ng ) net-libs/libpcap smi? ( net-libs/libsmi ) - ssl? ( >=dev-libs/openssl-0.9.6m ) + ssl? ( + !libressl? ( >=dev-libs/openssl-0.9.6m:0 ) + libressl? ( dev-libs/libressl ) + ) " DEPEND=" ${RDEPEND} |