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

Collapse All | Expand All

(-)wireshark/wireshark-0.99.3.ebuild.orig (-5 / +6 lines)
Lines 41-51 Link Here
41
41
42
pkg_setup() {
42
pkg_setup() {
43
	# bug 119208
43
	# bug 119208
44
	if built_with_use dev-lang/perl minimal ; then
44
	if has_version "<=dev-lang/perl-5.8.8_rc1" && \
45
		ewarn "wireshark will not build if dev-lang/perl is compiled with"
45
		built_with_use dev-lang/perl minimal ; then
46
		ewarn "USE=minimal. Rebuild dev-lang/perl with USE=-minimal and try again."
46
			ewarn "wireshark will not build if dev-lang/perl is compiled with"
47
		ebeep 5
47
			ewarn "USE=minimal. Rebuild dev-lang/perl with USE=-minimal and try again."
48
		die "dev-lang/perl compiled with USE=minimal"
48
			ebeep 5
49
			die "dev-lang/perl compiled with USE=minimal"
49
	fi
50
	fi
50
}
51
}
51
52

Return to bug 146839