summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2018-07-22 15:22:01 +0200
committerJeroen Roovers <jer@gentoo.org>2018-07-22 15:22:22 +0200
commit93ccc27241311cab23ce4adcb7dc5d045e384694 (patch)
tree44010a9a7fad46514ee0d7f7bbf310bf3f804ff8 /net-analyzer
parentnet-analyzer/wireshark: Update Qt5Svg patch. (diff)
downloadgentoo-93ccc27241311cab23ce4adcb7dc5d045e384694.tar.gz
gentoo-93ccc27241311cab23ce4adcb7dc5d045e384694.tar.bz2
gentoo-93ccc27241311cab23ce4adcb7dc5d045e384694.zip
net-analyzer/wireshark: Synchronise live ebuild.
Package-Manager: Portage-2.3.43, Repoman-2.3.10
Diffstat (limited to 'net-analyzer')
-rw-r--r--net-analyzer/wireshark/wireshark-99999999.ebuild13
1 files changed, 6 insertions, 7 deletions
diff --git a/net-analyzer/wireshark/wireshark-99999999.ebuild b/net-analyzer/wireshark/wireshark-99999999.ebuild
index 820661327c1d..eb8caa256baa 100644
--- a/net-analyzer/wireshark/wireshark-99999999.ebuild
+++ b/net-analyzer/wireshark/wireshark-99999999.ebuild
@@ -12,11 +12,10 @@ LICENSE="GPL-2"
SLOT="0/${PV}"
KEYWORDS=""
IUSE="
- adns androiddump bcg729 +capinfos +caps +captype ciscodump +dftest doc
- +dumpcap +editcap kerberos libxml2 lua lz4 maxminddb +mergecap +netlink
- nghttp2 +pcap +qt5 +randpkt +randpktdump +reordercap sbc selinux
- +sharkd smi snappy spandsp sshdump ssl +text2pcap tfshark +tshark +udpdump
- zlib
+ adns androiddump bcg729 +capinfos +captype ciscodump +dftest doc +dumpcap
+ +editcap kerberos libxml2 lua lz4 maxminddb +mergecap +netlink nghttp2
+ +pcap +qt5 +randpkt +randpktdump +reordercap sbc selinux +sharkd smi snappy
+ spandsp sshdump ssl +text2pcap tfshark +tshark +udpdump zlib
"
S=${WORKDIR}/${P/_/}
@@ -27,7 +26,7 @@ CDEPEND="
netlink? ( dev-libs/libnl:3 )
adns? ( >=net-dns/c-ares-1.5 )
bcg729? ( media-libs/bcg729 )
- caps? ( sys-libs/libcap )
+ filecaps? ( sys-libs/libcap )
kerberos? ( virtual/krb5 )
sshdump? ( >=net-libs/libssh-0.6 )
ciscodump? ( >=net-libs/libssh-0.6 )
@@ -137,7 +136,7 @@ src_configure() {
-DBUILD_wireshark=$(usex qt5)
-DDISABLE_WERROR=yes
-DENABLE_BCG729=$(usex bcg729)
- -DENABLE_CAP=$(usex caps)
+ -DENABLE_CAP=$(usex filecaps caps)
-DENABLE_CARES=$(usex adns)
-DENABLE_GNUTLS=$(usex ssl)
-DENABLE_KERBEROS=$(usex kerberos)