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

Collapse All | Expand All

(-)/usr/portage/media-sound/lilypond/lilypond-2.8.0-r1.ebuild (-3 / +2 lines)
Lines 8-14 Link Here
8
8
9
DESCRIPTION="GNU Music Typesetter"
9
DESCRIPTION="GNU Music Typesetter"
10
SRC_URI="http://lilypond.org/download/v$(get_version_component_range 1-2)/${P}.tar.gz
10
SRC_URI="http://lilypond.org/download/v$(get_version_component_range 1-2)/${P}.tar.gz
11
	doc? ( http://lilypond.org/download/binaries/documentation/${P}-1.documentation.tar.bz2 )"
11
	doc? ( http://lilypond.org/download/binaries/documentation/${P}-4.documentation.tar.bz2 )"
12
HOMEPAGE="http://lilypond.org/"
12
HOMEPAGE="http://lilypond.org/"
13
13
14
SLOT="0"
14
SLOT="0"
Lines 35-41 Link Here
35
	>=sys-devel/gcc-3.3
35
	>=sys-devel/gcc-3.3
36
	>=sys-devel/make-3.80
36
	>=sys-devel/make-3.80
37
	>=app-text/mftrace-1.1.17
37
	>=app-text/mftrace-1.1.17
38
	>=media-gfx/fontforge-20050624
38
	>=media-gfx/fontforge-20060406
39
	sys-devel/bison !=sys-devel/bison-1.75"
39
	sys-devel/bison !=sys-devel/bison-1.75"
40
40
41
src_unpack() {
41
src_unpack() {
Lines 50-56 Link Here
50
}
50
}
51
51
52
src_compile() {
52
src_compile() {
53
	addwrite /root/.PfaEdit  # fontforge, see bug 127723
54
	addwrite /var/cache/fonts
53
	addwrite /var/cache/fonts
55
	addwrite /usr/share/texmf/fonts
54
	addwrite /usr/share/texmf/fonts
56
	addwrite /usr/share/texmf/ls-R
55
	addwrite /usr/share/texmf/ls-R

Return to bug 132706