Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 563628
Collapse All | Expand All

(-)a/usr/portage/media-libs/alsa-lib/alsa-lib-1.0.29.ebuild (-1 / +3 lines)
Lines 84-88 multilib_src_install() { Link Here
84
multilib_src_install_all() {
84
multilib_src_install_all() {
85
	prune_libtool_files --all
85
	prune_libtool_files --all
86
	find "${ED}"/usr/$(get_libdir)/alsa-lib -name '*.a' -exec rm -f {} +
86
	find "${ED}"/usr/$(get_libdir)/alsa-lib -name '*.a' -exec rm -f {} +
87
	dodoc ChangeLog doc/asoundrc.txt NOTES TODO
87
	if use doc; then
88
		dodoc ChangeLog doc/asoundrc.txt NOTES TODO
89
	fi
88
}
90
}

Return to bug 563628