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

Collapse All | Expand All

(-)lilypond-2.7.36.ebuild.old (-2 / +2 lines)
Lines 26-32 Link Here
26
	>=x11-libs/pango-1.6"
26
	>=x11-libs/pango-1.6"
27
27
28
DEPEND="${RDEPEND}
28
DEPEND="${RDEPEND}
29
	sys-apps/slocate
30
	>=app-text/t1utils-1.32
29
	>=app-text/t1utils-1.32
31
	>=dev-lang/perl-5.8.0-r12
30
	>=dev-lang/perl-5.8.0-r12
32
	>=sys-apps/texinfo-4.8
31
	>=sys-apps/texinfo-4.8
Lines 57-63 Link Here
57
	addwrite /usr/share/texmf/fonts
56
	addwrite /usr/share/texmf/fonts
58
	addwrite /usr/share/texmf/ls-R
57
	addwrite /usr/share/texmf/ls-R
59
58
60
	econf --infodir="/usr/share/info" --datadir="/usr/share" || die "econf failed"
59
	econf --infodir="/usr/share/info" --datadir="/usr/share" \
60
		--with-ncsb-dir="/usr/share/fonts/default/ghostscript" || die "econf failed"
61
	emake || die "emake failed"
61
	emake || die "emake failed"
62
62
63
	if use doc; then
63
	if use doc; then

Return to bug 97574