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 8E3561396D9 for ; Sun, 22 Oct 2017 20:03:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 042C5E0F10; Sun, 22 Oct 2017 20:03:43 +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 D57FFE0F10 for ; Sun, 22 Oct 2017 20:03:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 050D833BF51 for ; Sun, 22 Oct 2017 20:03:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 94E48325 for ; Sun, 22 Oct 2017 20:03:40 +0000 (UTC) From: "Andreas Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Hüttel" Message-ID: <1508702610.72e26e68d470c0123bcfa0ba4a0e5d9bb82370ea.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/lame/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/lame/lame-3.99.5-r1.ebuild X-VCS-Directories: media-sound/lame/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas Hüttel X-VCS-Revision: 72e26e68d470c0123bcfa0ba4a0e5d9bb82370ea X-VCS-Branch: master Date: Sun, 22 Oct 2017 20:03:40 +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: 9f2f64c1-2827-4f98-a919-757281461b58 X-Archives-Hash: e8d38f185792e284367cde1d938a1ee4 commit: 72e26e68d470c0123bcfa0ba4a0e5d9bb82370ea Author: Andreas K. Hüttel gentoo org> AuthorDate: Sun Oct 22 20:03:21 2017 +0000 Commit: Andreas Hüttel gentoo org> CommitDate: Sun Oct 22 20:03:30 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72e26e68 media-sound/lame: Circumvent broken epatch directory detection, bug 634704 Closes: https://bugs.gentoo.org/634704 Package-Manager: Portage-2.3.12, Repoman-2.3.3 media-sound/lame/lame-3.99.5-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-sound/lame/lame-3.99.5-r1.ebuild b/media-sound/lame/lame-3.99.5-r1.ebuild index 52f620849bd..416a94fb34f 100644 --- a/media-sound/lame/lame-3.99.5-r1.ebuild +++ b/media-sound/lame/lame-3.99.5-r1.ebuild @@ -28,7 +28,7 @@ DEPEND="${RDEPEND} cpu_flags_x86_mmx? ( dev-lang/nasm )" src_prepare() { - epatch \ + epatch -p1 \ "${FILESDIR}"/${PN}-3.96-ccc.patch \ "${FILESDIR}"/${PN}-3.98-gtk-path.patch \ "${FILESDIR}"/${PN}-3.99.5-tinfo.patch \