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 A1CD71384B4 for ; Thu, 24 Dec 2015 07:58:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D1F7E21C06B; Thu, 24 Dec 2015 07:58:48 +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 7B13721C06B for ; Thu, 24 Dec 2015 07:58:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4CEB73403C1 for ; Thu, 24 Dec 2015 07:58:46 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 702FDA91 for ; Thu, 24 Dec 2015 07:58:43 +0000 (UTC) From: "Fabian Groffen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Fabian Groffen" Message-ID: <1450943917.168a940f019e3466b14871221c244efce9845b29.grobian@gentoo> Subject: [gentoo-commits] repo/proj/prefix:master commit in: sys-devel/binutils/ X-VCS-Repository: repo/proj/prefix X-VCS-Files: sys-devel/binutils/binutils-2.24.51.0.2.ebuild X-VCS-Directories: sys-devel/binutils/ X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: 168a940f019e3466b14871221c244efce9845b29 X-VCS-Branch: master Date: Thu, 24 Dec 2015 07:58:43 +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: ef370398-15c3-40aa-bdba-64db73cba463 X-Archives-Hash: dac386eea3afcd2072f0d4a9e5989251 commit: 168a940f019e3466b14871221c244efce9845b29 Author: Fabian Groffen gentoo org> AuthorDate: Thu Dec 24 07:58:37 2015 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Thu Dec 24 07:58:37 2015 +0000 URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=168a940f sys-devel/binutils: drop patches which don't apply, bug #568636 Package-Manager: portage-2.2.20-prefix RepoMan-Options: --force sys-devel/binutils/binutils-2.24.51.0.2.ebuild | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/sys-devel/binutils/binutils-2.24.51.0.2.ebuild b/sys-devel/binutils/binutils-2.24.51.0.2.ebuild index 7c740fa..029838a 100644 --- a/sys-devel/binutils/binutils-2.24.51.0.2.ebuild +++ b/sys-devel/binutils/binutils-2.24.51.0.2.ebuild @@ -10,9 +10,10 @@ inherit toolchain-binutils src_unpack() { toolchain-binutils_src_unpack - cd "${S}" - epatch "${FILESDIR}"/${PN}-2.22-mint.patch - epatch "${FILESDIR}"/${PN}-2.19.50.0.1-mint.patch +# bug #568636 +# cd "${S}" +# epatch "${FILESDIR}"/${PN}-2.22-mint.patch +# epatch "${FILESDIR}"/${PN}-2.19.50.0.1-mint.patch } src_compile() {