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 B6A071381F3 for ; Wed, 21 Nov 2012 09:49:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 76FFB21C005; Wed, 21 Nov 2012 09:49:09 +0000 (UTC) Received: from mta-2.ms.rz.rwth-aachen.de (mta-2.ms.rz.rwth-aachen.de [134.130.7.73]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 06FEF21C03D for ; Wed, 21 Nov 2012 09:46:42 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-disposition: inline Content-type: text/plain; charset=us-ascii; DelSp=Yes; Format=Flowed Received: from mx-out-2.rwth-aachen.de ([134.130.5.187]) by mta-2.ms.rz.RWTH-Aachen.de (Sun Java(tm) System Messaging Server 6.3-7.04 (built Sep 26 2008)) with ESMTP id <0MDU0053I0HTU940@mta-2.ms.rz.RWTH-Aachen.de> for gentoo-user@lists.gentoo.org; Wed, 21 Nov 2012 10:46:41 +0100 (CET) X-IronPort-AV: E=Sophos;i="4.83,291,1352070000"; d="scan'208";a="112338594" Received: from relay-2.ms.rz.rwth-aachen.de (HELO relay.rwth-aachen.de) ([134.130.7.75]) by mx-2.rz.rwth-aachen.de with ESMTP; Wed, 21 Nov 2012 10:46:41 +0100 Received: from numa-i.igpm.rwth-aachen.de (numa-i.igpm.rwth-aachen.de [134.130.161.252]) by relay.rwth-aachen.de (8.14.4+Sun/8.13.8/1) with ESMTP id qAL9kffw029907 for ; Wed, 21 Nov 2012 10:46:41 +0100 (CET) Received: from numa-i (localhost [127.0.0.1]) by numa-i.igpm.rwth-aachen.de (Postfix) with ESMTP id 6A7EC14B3 for ; Wed, 21 Nov 2012 10:46:43 +0100 (CET) Date: Wed, 21 Nov 2012 10:46:43 +0100 From: Helmut Jarausch Subject: Re: [gentoo-user] Adding an extra patch to an ebuild To: gentoo-user@lists.gentoo.org References: In-reply-to: X-Mailer: Balsa 2.4.91 Message-id: <1353491203.6018.1@numa-i> X-Archives-Salt: 93e06d3b-f50f-4010-9d39-0fb452afa7b6 X-Archives-Hash: 055a76b85a867e21e182fa9c71b3c695 On 11/21/2012 09:38:26 AM, Adam Carter wrote: > It looks like i have hit this gcc 4.7 build bug: > http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53113 > > Theres a patch attached to the bug i'd like to apply. Unfortunately > the gcc > 4.7.2 ebuild doesnt have "epatch_user", so i need to take the other > approach listed in the handbook. It suggests i use a custom > environment but > i dont understand how i would apply a patch by setting an environment > variable. Can anyone explain? > Please have a look at http://www.gentoo.org/doc/en/handbook/handbook-amd64.xml?part=3&chap=6 /etc/portage/patches Helmut.