From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 486D61384B4 for ; Tue, 10 Nov 2015 06:12:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6713D21C00B; Tue, 10 Nov 2015 06:12:39 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AB12021C004 for ; Tue, 10 Nov 2015 06:12:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E294D340566 for ; Tue, 10 Nov 2015 06:12:37 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EDD6E241A for ; Tue, 10 Nov 2015 06:12:34 +0000 (UTC) From: "Ian Delaney" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ian Delaney" Message-ID: <1447127410.55ffbe322ac64f243f60b8953881d6a3da0bf39c.idella4@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-r1.ebuild X-VCS-Directories: media-sound/lilypond/ X-VCS-Committer: idella4 X-VCS-Committer-Name: Ian Delaney X-VCS-Revision: 55ffbe322ac64f243f60b8953881d6a3da0bf39c X-VCS-Branch: master Date: Tue, 10 Nov 2015 06:12:34 +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: 659afdc3-1cf0-4384-8838-1f625c3f5cb9 X-Archives-Hash: 687dc6326dafa02617d56e2913e02636 commit: 55ffbe322ac64f243f60b8953881d6a3da0bf39c Author: Karl Linden gmail com> AuthorDate: Mon Nov 9 19:52:35 2015 +0000 Commit: Ian Delaney gentoo org> CommitDate: Tue Nov 10 03:50:10 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55ffbe32 media-sound/lilypond: Call epatch_user in version 2.18.2-r1 Package-Manager: portage-2.2.24 media-sound/lilypond/lilypond-2.18.2-r1.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/media-sound/lilypond/lilypond-2.18.2-r1.ebuild b/media-sound/lilypond/lilypond-2.18.2-r1.ebuild index 7d04212..8356188 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 }