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

(-)/usr/portage/net-analyzer/wireshark/wireshark-0.99.3.ebuild.orig (-1 / +3 lines)
Lines 41-47 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
	local IUSEFILE=${ROOT}/var/db/pkg/$(best_version dev-lang/perl)/IUSE
45
	local USE_BUILT=$(<${IUSEFILE})	
46
	if has minimal $USE_BUILT && built_with_use dev-lang/perl minimal ; then
45
		ewarn "wireshark will not build if dev-lang/perl is compiled with"
47
		ewarn "wireshark will not build if dev-lang/perl is compiled with"
46
		ewarn "USE=minimal. Rebuild dev-lang/perl with USE=-minimal and try again."
48
		ewarn "USE=minimal. Rebuild dev-lang/perl with USE=-minimal and try again."
47
		ebeep 5
49
		ebeep 5

Return to bug 146839