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

Collapse All | Expand All

(-)libinklevel-0.9.2.ebuild (-5 / +5 lines)
Lines 21-31 Link Here
21
21
22
S="${WORKDIR}/${MY_P}"
22
S="${WORKDIR}/${MY_P}"
23
23
24
src_prepare() {
24
#src_prepare() {
25
	sed -i -e "/^dist_doc_DATA/d" Makefile.am \
25
#	sed -i -e "/^dist_doc_DATA/d" Makefile.am \
26
		|| die "Failed to disable installation of docs"
26
#		|| die "Failed to disable installation of docs"
27
	eautoreconf
27
#	eautoreconf
28
}
28
#}
29
29
30
src_configure() {
30
src_configure() {
31
	econf $(use_enable debug)
31
	econf $(use_enable debug)

Return to bug 750173