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 17147138350 for ; Thu, 2 Apr 2020 10:38:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 58143E0ADE; Thu, 2 Apr 2020 10:38:39 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 3D1FCE0ADE for ; Thu, 2 Apr 2020 10:38:39 +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 D747234EFFE for ; Thu, 2 Apr 2020 10:38:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2512471 for ; Thu, 2 Apr 2020 10:38:35 +0000 (UTC) From: "Miroslav Šulc" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Miroslav Šulc" Message-ID: <1585823910.d3f23ce9843947e2d326b2fe7e4177451d7b0a35.fordfrog@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/lilypond/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/lilypond/lilypond-9999.ebuild X-VCS-Directories: media-sound/lilypond/ X-VCS-Committer: fordfrog X-VCS-Committer-Name: Miroslav Šulc X-VCS-Revision: d3f23ce9843947e2d326b2fe7e4177451d7b0a35 X-VCS-Branch: master Date: Thu, 2 Apr 2020 10:38:35 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 36f69f81-dabb-4533-a9c0-5f010dd24930 X-Archives-Hash: 7bb56ec066e978467918589bdac19812 commit: d3f23ce9843947e2d326b2fe7e4177451d7b0a35 Author: Miroslav Šulc gentoo org> AuthorDate: Thu Apr 2 10:38:12 2020 +0000 Commit: Miroslav Šulc gentoo org> CommitDate: Thu Apr 2 10:38:30 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3f23ce9 media-sound/lilypond: fixed configuration of 9999 Package-Manager: Portage-2.3.96, Repoman-2.3.22 Signed-off-by: Miroslav Šulc gentoo.org> media-sound/lilypond/lilypond-9999.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/media-sound/lilypond/lilypond-9999.ebuild b/media-sound/lilypond/lilypond-9999.ebuild index 82cfb3b7c71..545b867b935 100644 --- a/media-sound/lilypond/lilypond-9999.ebuild +++ b/media-sound/lilypond/lilypond-9999.ebuild @@ -81,7 +81,7 @@ src_prepare() { sed -i 's/OPTIMIZE -g/OPTIMIZE/' aclocal.m4 || die # respect AR - sed -i "s:^AR=ar:AR=$(tc-getAR):" stepmake/stepmake/library-vars.make || die + sed -i "s:^AR=ar:AR=$(tc-getAR):" flower/GNUmakefile || die # remove bundled texinfo file (fixes bug #448560) rm tex/texinfo.tex || die @@ -97,7 +97,6 @@ src_configure() { local myeconfargs=( --with-texgyre-dir=/usr/share/fonts/tex-gyre - --enable-guile2 --disable-documentation --disable-optimising --disable-pipe