diff options
author | Karl Linden <karl.j.linden@gmail.com> | 2015-11-09 20:52:35 +0100 |
---|---|---|
committer | Karl Linden <karl.j.linden@gmail.com> | 2015-11-10 04:50:10 +0100 |
commit | 55ffbe322ac64f243f60b8953881d6a3da0bf39c (patch) | |
tree | 40e2199dbc491e411d434b07c0e044e37e9d4c5e /media-sound | |
parent | media-sound/lilypond: revbump 2.18.2 to -r1 and slot depend on guile (diff) | |
download | gentoo-55ffbe322ac64f243f60b8953881d6a3da0bf39c.tar.gz gentoo-55ffbe322ac64f243f60b8953881d6a3da0bf39c.tar.bz2 gentoo-55ffbe322ac64f243f60b8953881d6a3da0bf39c.zip |
media-sound/lilypond: Call epatch_user in version 2.18.2-r1
Package-Manager: portage-2.2.24
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/lilypond/lilypond-2.18.2-r1.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/media-sound/lilypond/lilypond-2.18.2-r1.ebuild b/media-sound/lilypond/lilypond-2.18.2-r1.ebuild index 7d042128d437..8356188820ab 100644 --- a/media-sound/lilypond/lilypond-2.18.2-r1.ebuild +++ b/media-sound/lilypond/lilypond-2.18.2-r1.ebuild @@ -77,6 +77,8 @@ src_prepare() { # remove bundled texinfo file (fixes bug #448560) rm tex/texinfo.tex || die + epatch_user + eautoreconf } |