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

Collapse All | Expand All

(-)file_not_specified_in_diff (-4 / +2 lines)
Line  Link Here
0
-- emul-linux-x86-soundlibs-20120520.ebuild
0
++ emul-linux-x86-soundlibs-20120520.ebuild
Lines 28-34 Link Here
28
	fi
28
	fi
29
29
30
	# libs without the rest of pulseaudio cause problems, bug 302003
30
	# libs without the rest of pulseaudio cause problems, bug 302003
31
	if ! use pulseaudio; then
31
	use pulseaudio || chmod a-r "${S}"/usr/lib32/libpulse{,-simple}.so.*
32
		rm -rf $(find "${S}" -name '*pulse*' -not -name '*impulse*') || die
33
	fi
34
}
32
}

Return to bug 416751