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

Collapse All | Expand All

(-)/usr/portage/sys-apps/groff/groff-1.21.ebuild (+7 lines)
Lines 61-66 Link Here
61
		--docdir=/usr/share/doc/${PF} \
61
		--docdir=/usr/share/doc/${PF} \
62
		$(use_with X x) \
62
		$(use_with X x) \
63
		$(use linguas_ja && echo --enable-japanese)
63
		$(use linguas_ja && echo --enable-japanese)
64
65
	pushd src/libs/gnulib
66
	econf \
67
		--docdir=/usr/share/doc/${PF} \
68
		$(use linguas_ja && echo --enable-japanese)
69
	popd
70
64
	emake || die
71
	emake || die
65
}
72
}
66
73

Return to bug 375109