Gentoo Archives: gentoo-commits

From: Fabian Groffen <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/prefix:master commit in: sys-devel/binutils/
Date: Thu, 24 Dec 2015 07:58:50
Message-Id: 1450943917.168a940f019e3466b14871221c244efce9845b29.grobian@gentoo
1 commit: 168a940f019e3466b14871221c244efce9845b29
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 24 07:58:37 2015 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 24 07:58:37 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=168a940f
7
8 sys-devel/binutils: drop patches which don't apply, bug #568636
9
10 Package-Manager: portage-2.2.20-prefix
11 RepoMan-Options: --force
12
13 sys-devel/binutils/binutils-2.24.51.0.2.ebuild | 7 ++++---
14 1 file changed, 4 insertions(+), 3 deletions(-)
15
16 diff --git a/sys-devel/binutils/binutils-2.24.51.0.2.ebuild b/sys-devel/binutils/binutils-2.24.51.0.2.ebuild
17 index 7c740fa..029838a 100644
18 --- a/sys-devel/binutils/binutils-2.24.51.0.2.ebuild
19 +++ b/sys-devel/binutils/binutils-2.24.51.0.2.ebuild
20 @@ -10,9 +10,10 @@ inherit toolchain-binutils
21
22 src_unpack() {
23 toolchain-binutils_src_unpack
24 - cd "${S}"
25 - epatch "${FILESDIR}"/${PN}-2.22-mint.patch
26 - epatch "${FILESDIR}"/${PN}-2.19.50.0.1-mint.patch
27 +# bug #568636
28 +# cd "${S}"
29 +# epatch "${FILESDIR}"/${PN}-2.22-mint.patch
30 +# epatch "${FILESDIR}"/${PN}-2.19.50.0.1-mint.patch
31 }
32
33 src_compile() {