Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 462030 | Differences between
and this patch

Collapse All | Expand All

(-)wireshark-1.9.2.ebuild.orig (-3 / +4 lines)
Lines 15-26 Link Here
15
SLOT="0/${PV}"
15
SLOT="0/${PV}"
16
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
16
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
17
IUSE="
17
IUSE="
18
	adns crypt doc doc-pdf +filecaps geoip gtk ipv6 kerberos libadns lua +pcap
18
	adns crypt doc doc-pdf +filecaps geoip gtk ipv6 kerberos libadns lua +netlink
19
	portaudio profile python selinux smi ssl zlib
19
	+pcap portaudio profile python selinux smi ssl zlib
20
"
20
"
21
RDEPEND="
21
RDEPEND="
22
	>=dev-libs/glib-2.14:2
22
	>=dev-libs/glib-2.14:2
23
	dev-libs/libnl
23
	netlink? ( dev-libs/libnl )
24
	adns? ( !libadns? ( >=net-dns/c-ares-1.5 ) )
24
	adns? ( !libadns? ( >=net-dns/c-ares-1.5 ) )
25
	crypt? ( dev-libs/libgcrypt )
25
	crypt? ( dev-libs/libgcrypt )
26
	geoip? ( dev-libs/geoip )
26
	geoip? ( dev-libs/geoip )
Lines 130-135 Link Here
130
		$(use_enable gtk wireshark) \
130
		$(use_enable gtk wireshark) \
131
		$(use_enable ipv6) \
131
		$(use_enable ipv6) \
132
		$(use_enable profile profile-build) \
132
		$(use_enable profile profile-build) \
133
		$(use_with netlink libnl) \
133
		$(use_with crypt gcrypt) \
134
		$(use_with crypt gcrypt) \
134
		$(use_with filecaps libcap) \
135
		$(use_with filecaps libcap) \
135
		$(use_with geoip) \
136
		$(use_with geoip) \

Return to bug 462030