From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5D8DC139082 for ; Thu, 30 Nov 2017 14:47:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6BC3DE0E67; Thu, 30 Nov 2017 14:47:08 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 481B6E0E67 for ; Thu, 30 Nov 2017 14:47:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 63078341640 for ; Thu, 30 Nov 2017 14:47:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5E006ACDF for ; Thu, 30 Nov 2017 14:47:02 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1512053160.8fc37c742ee8b73a1ac9fc35671e58c35ecc03ba.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/lilypond/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/lilypond/lilypond-2.18.2-r3.ebuild media-sound/lilypond/lilypond-2.19.80.ebuild media-sound/lilypond/lilypond-9999.ebuild X-VCS-Directories: media-sound/lilypond/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: 8fc37c742ee8b73a1ac9fc35671e58c35ecc03ba X-VCS-Branch: master Date: Thu, 30 Nov 2017 14:47:02 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: e570428c-585b-4f15-9903-5a3da4355694 X-Archives-Hash: 5fe6bfca5890b26b3f75e004779adccd commit: 8fc37c742ee8b73a1ac9fc35671e58c35ecc03ba Author: Karl Linden gmail com> AuthorDate: Sun Nov 26 18:51:36 2017 +0000 Commit: Patrice Clement gentoo org> CommitDate: Thu Nov 30 14:46:00 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fc37c74 media-sound/lilypond: fix sed invocation. Closes: https://bugs.gentoo.org/629496 Package-Manager: Portage-2.3.16, Repoman-2.3.6 media-sound/lilypond/lilypond-2.18.2-r3.ebuild | 4 ++-- media-sound/lilypond/lilypond-2.19.80.ebuild | 2 +- media-sound/lilypond/lilypond-9999.ebuild | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/media-sound/lilypond/lilypond-2.18.2-r3.ebuild b/media-sound/lilypond/lilypond-2.18.2-r3.ebuild index 4afc18c6e1d..ee3ea59a82a 100644 --- a/media-sound/lilypond/lilypond-2.18.2-r3.ebuild +++ b/media-sound/lilypond/lilypond-2.18.2-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -80,7 +80,7 @@ src_prepare() { done # respect AR - sed -i "s/^AR=ar/AR=$(tc-getAR)/" stepmake/stepmake/library-vars.make || die + sed -i "s:^AR=ar:AR=$(tc-getAR):" stepmake/stepmake/library-vars.make || die # remove bundled texinfo file (fixes bug #448560) rm tex/texinfo.tex || die diff --git a/media-sound/lilypond/lilypond-2.19.80.ebuild b/media-sound/lilypond/lilypond-2.19.80.ebuild index 5dd683dc418..3fae42dbe7e 100644 --- a/media-sound/lilypond/lilypond-2.19.80.ebuild +++ b/media-sound/lilypond/lilypond-2.19.80.ebuild @@ -85,7 +85,7 @@ src_prepare() { done # respect AR - sed -i "s/^AR=ar/AR=$(tc-getAR)/" stepmake/stepmake/library-vars.make || die + sed -i "s:^AR=ar:AR=$(tc-getAR):" stepmake/stepmake/library-vars.make || die # remove bundled texinfo file (fixes bug #448560) rm tex/texinfo.tex || die diff --git a/media-sound/lilypond/lilypond-9999.ebuild b/media-sound/lilypond/lilypond-9999.ebuild index 5dd683dc418..3fae42dbe7e 100644 --- a/media-sound/lilypond/lilypond-9999.ebuild +++ b/media-sound/lilypond/lilypond-9999.ebuild @@ -85,7 +85,7 @@ src_prepare() { done # respect AR - sed -i "s/^AR=ar/AR=$(tc-getAR)/" stepmake/stepmake/library-vars.make || die + sed -i "s:^AR=ar:AR=$(tc-getAR):" stepmake/stepmake/library-vars.make || die # remove bundled texinfo file (fixes bug #448560) rm tex/texinfo.tex || die