Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/lilypond/
Date: Thu, 30 Nov 2017 14:47:14
Message-Id: 1512053160.8fc37c742ee8b73a1ac9fc35671e58c35ecc03ba.monsieurp@gentoo
1 commit: 8fc37c742ee8b73a1ac9fc35671e58c35ecc03ba
2 Author: Karl Linden <karl.j.linden <AT> gmail <DOT> com>
3 AuthorDate: Sun Nov 26 18:51:36 2017 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Thu Nov 30 14:46:00 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fc37c74
7
8 media-sound/lilypond: fix sed invocation.
9
10 Closes: https://bugs.gentoo.org/629496
11 Package-Manager: Portage-2.3.16, Repoman-2.3.6
12
13 media-sound/lilypond/lilypond-2.18.2-r3.ebuild | 4 ++--
14 media-sound/lilypond/lilypond-2.19.80.ebuild | 2 +-
15 media-sound/lilypond/lilypond-9999.ebuild | 2 +-
16 3 files changed, 4 insertions(+), 4 deletions(-)
17
18 diff --git a/media-sound/lilypond/lilypond-2.18.2-r3.ebuild b/media-sound/lilypond/lilypond-2.18.2-r3.ebuild
19 index 4afc18c6e1d..ee3ea59a82a 100644
20 --- a/media-sound/lilypond/lilypond-2.18.2-r3.ebuild
21 +++ b/media-sound/lilypond/lilypond-2.18.2-r3.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2016 Gentoo Foundation
24 +# Copyright 1999-2017 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=6
28 @@ -80,7 +80,7 @@ src_prepare() {
29 done
30
31 # respect AR
32 - sed -i "s/^AR=ar/AR=$(tc-getAR)/" stepmake/stepmake/library-vars.make || die
33 + sed -i "s:^AR=ar:AR=$(tc-getAR):" stepmake/stepmake/library-vars.make || die
34
35 # remove bundled texinfo file (fixes bug #448560)
36 rm tex/texinfo.tex || die
37
38 diff --git a/media-sound/lilypond/lilypond-2.19.80.ebuild b/media-sound/lilypond/lilypond-2.19.80.ebuild
39 index 5dd683dc418..3fae42dbe7e 100644
40 --- a/media-sound/lilypond/lilypond-2.19.80.ebuild
41 +++ b/media-sound/lilypond/lilypond-2.19.80.ebuild
42 @@ -85,7 +85,7 @@ src_prepare() {
43 done
44
45 # respect AR
46 - sed -i "s/^AR=ar/AR=$(tc-getAR)/" stepmake/stepmake/library-vars.make || die
47 + sed -i "s:^AR=ar:AR=$(tc-getAR):" stepmake/stepmake/library-vars.make || die
48
49 # remove bundled texinfo file (fixes bug #448560)
50 rm tex/texinfo.tex || die
51
52 diff --git a/media-sound/lilypond/lilypond-9999.ebuild b/media-sound/lilypond/lilypond-9999.ebuild
53 index 5dd683dc418..3fae42dbe7e 100644
54 --- a/media-sound/lilypond/lilypond-9999.ebuild
55 +++ b/media-sound/lilypond/lilypond-9999.ebuild
56 @@ -85,7 +85,7 @@ src_prepare() {
57 done
58
59 # respect AR
60 - sed -i "s/^AR=ar/AR=$(tc-getAR)/" stepmake/stepmake/library-vars.make || die
61 + sed -i "s:^AR=ar:AR=$(tc-getAR):" stepmake/stepmake/library-vars.make || die
62
63 # remove bundled texinfo file (fixes bug #448560)
64 rm tex/texinfo.tex || die