Gentoo Archives: gentoo-commits

From: "Andreas Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/lame/
Date: Sun, 22 Oct 2017 20:03:43
Message-Id: 1508702610.72e26e68d470c0123bcfa0ba4a0e5d9bb82370ea.dilfridge@gentoo
1 commit: 72e26e68d470c0123bcfa0ba4a0e5d9bb82370ea
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 22 20:03:21 2017 +0000
4 Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 22 20:03:30 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72e26e68
7
8 media-sound/lame: Circumvent broken epatch directory detection, bug 634704
9
10 Closes: https://bugs.gentoo.org/634704
11 Package-Manager: Portage-2.3.12, Repoman-2.3.3
12
13 media-sound/lame/lame-3.99.5-r1.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/media-sound/lame/lame-3.99.5-r1.ebuild b/media-sound/lame/lame-3.99.5-r1.ebuild
17 index 52f620849bd..416a94fb34f 100644
18 --- a/media-sound/lame/lame-3.99.5-r1.ebuild
19 +++ b/media-sound/lame/lame-3.99.5-r1.ebuild
20 @@ -28,7 +28,7 @@ DEPEND="${RDEPEND}
21 cpu_flags_x86_mmx? ( dev-lang/nasm )"
22
23 src_prepare() {
24 - epatch \
25 + epatch -p1 \
26 "${FILESDIR}"/${PN}-3.96-ccc.patch \
27 "${FILESDIR}"/${PN}-3.98-gtk-path.patch \
28 "${FILESDIR}"/${PN}-3.99.5-tinfo.patch \