Gentoo Archives: gentoo-user

From: Volker Armin Hemmann <volkerarmin@××××××××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Recompiling already installed packages with modification
Date: Wed, 30 Dec 2009 13:35:32
Message-Id: 200912301434.42517.volkerarmin@googlemail.com
In Reply to: Re: [gentoo-user] Recompiling already installed packages with modification by Willie Wong
1 On Mittwoch 30 Dezember 2009, Willie Wong wrote:
2 > On Wed, Dec 30, 2009 at 02:02:56PM +0100, Penguin Lover Volker Armin Hemmann
3 squawked:
4 > > you can make it even easier:
5 > > create:
6 > > /etc/portage/env/PKG_CATEGORY
7 > > put patch in that directory
8 > > create file:
9 > > /etc/portage/PKG_CATEGORY/PKGNAME
10 > > with this:
11 > >
12 > > post_src_prepare() {
13 > > epatch "/etc/portage/env/PKG_CATEGORY/NAMEOF:PATCH"
14 > > }
15 >
16 > Ooh, I didn't know that. I've gotta go write it down somewhere.
17 > Thanks.
18
19 learned that from Nicos (RealNC) ;)

Replies

Subject Author
Re: [gentoo-user] Recompiling already installed packages with modification David Relson <relson@×××××××××××××.com>