Gentoo Archives: gentoo-commits

From: Jeroen Roovers <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/wireshark/
Date: Sat, 30 Nov 2019 12:30:56
Message-Id: 1575117047.c525c729b8d724b2223cf4e3a3a036c6ed0b50ba.jer@gentoo
1 commit: c525c729b8d724b2223cf4e3a3a036c6ed0b50ba
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Sat Nov 30 12:30:23 2019 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Sat Nov 30 12:30:47 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c525c729
7
8 net-analyzer/wireshark: Drop IUSE=adns
9
10 Package-Manager: Portage-2.3.80, Repoman-2.3.19
11 Fixes: https://bugs.gentoo.org/701542
12 Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>
13
14 net-analyzer/wireshark/wireshark-99999999.ebuild | 13 ++++++-------
15 1 file changed, 6 insertions(+), 7 deletions(-)
16
17 diff --git a/net-analyzer/wireshark/wireshark-99999999.ebuild b/net-analyzer/wireshark/wireshark-99999999.ebuild
18 index 780bf1933a7..20dbd113da1 100644
19 --- a/net-analyzer/wireshark/wireshark-99999999.ebuild
20 +++ b/net-analyzer/wireshark/wireshark-99999999.ebuild
21 @@ -13,18 +13,18 @@ LICENSE="GPL-2"
22 SLOT="0/${PV}"
23 KEYWORDS=""
24 IUSE="
25 - adns androiddump bcg729 brotli +capinfos +captype ciscodump +dftest doc
26 - dpauxmon +dumpcap +editcap http2 kerberos libxml2 lua lz4 maxminddb
27 - +mergecap +minizip +netlink +plugins plugin-ifdemo +pcap +qt5 +randpkt
28 - +randpktdump +reordercap sbc selinux +sharkd smi snappy spandsp sshdump ssl
29 - sdjournal +text2pcap tfshark +tshark +udpdump zlib
30 + androiddump bcg729 brotli +capinfos +captype ciscodump +dftest doc dpauxmon
31 + +dumpcap +editcap http2 kerberos libxml2 lua lz4 maxminddb +mergecap
32 + +minizip +netlink +plugins plugin-ifdemo +pcap +qt5 +randpkt +randpktdump
33 + +reordercap sbc selinux +sharkd smi snappy spandsp sshdump ssl sdjournal
34 + +text2pcap tfshark +tshark +udpdump zlib
35 "
36 S=${WORKDIR}/${P/_/}
37
38 CDEPEND="
39 >=dev-libs/glib-2.32:2
40 + >=net-dns/c-ares-1.5
41 dev-libs/libgcrypt:0
42 - adns? ( >=net-dns/c-ares-1.5 )
43 bcg729? ( media-libs/bcg729 )
44 brotli? ( app-arch/brotli )
45 ciscodump? ( >=net-libs/libssh-0.6 )
46 @@ -152,7 +152,6 @@ src_configure() {
47 -DENABLE_BCG729=$(usex bcg729)
48 -DENABLE_BROTLI=$(usex brotli)
49 -DENABLE_CAP=$(usex filecaps caps)
50 - -DENABLE_CARES=$(usex adns)
51 -DENABLE_GNUTLS=$(usex ssl)
52 -DENABLE_KERBEROS=$(usex kerberos)
53 -DENABLE_LIBXML2=$(usex libxml2)