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

(-)../../../../portage/net-analyzer/wireshark/wireshark-1.9.1.ebuild (-4 / +6 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 80-86 Link Here
80
80
81
src_prepare() {
81
src_prepare() {
82
	epatch \
82
	epatch \
83
		"${FILESDIR}"/${PN}-1.6.13-ldflags.patch
83
		"${FILESDIR}"/${PN}-1.6.13-ldflags.patch \
84
		"${FILESDIR}"/${PN}-1.9.1-libnl.patch
84
85
85
	sed -i \
86
	sed -i \
86
		-e '/^Icon/s|.png||g' \
87
		-e '/^Icon/s|.png||g' \
Lines 138-143 Link Here
138
		$(use_enable gtk wireshark) \
139
		$(use_enable gtk wireshark) \
139
		$(use_enable ipv6) \
140
		$(use_enable ipv6) \
140
		$(use_enable profile profile-build) \
141
		$(use_enable profile profile-build) \
142
		$(use_enable netlink libnl) \
141
		$(use_with crypt gcrypt) \
143
		$(use_with crypt gcrypt) \
142
		$(use_with filecaps libcap) \
144
		$(use_with filecaps libcap) \
143
		$(use_with geoip) \
145
		$(use_with geoip) \

Return to bug 462030