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

Collapse All | Expand All

(-)audacious-plugins-2.5.4.ebuild.old (-5 / +1 lines)
Lines 109-119 Link Here
109
		$(use_enable wavpack)
109
		$(use_enable wavpack)
110
}
110
}
111
111
112
src_compile() {
113
	emake || die "make failed"
114
}
115
116
src_install() {
112
src_install() {
117
	emake DESTDIR="${D}" install || die
113
	default
118
	dodoc AUTHORS
114
	dodoc AUTHORS
119
}
115
}

Return to bug 380577