Gentoo Archives: gentoo-user

From: Willie Wong <wwong@××××××××××××××.edu>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Recompiling already installed packages with modification
Date: Wed, 30 Dec 2009 13:13:41
Message-Id: 20091230131722.GA28466@princeton.edu
In Reply to: Re: [gentoo-user] Recompiling already installed packages with modification by Volker Armin Hemmann
1 On Wed, Dec 30, 2009 at 02:02:56PM +0100, Penguin Lover Volker Armin Hemmann squawked:
2 > you can make it even easier:
3 > create:
4 > /etc/portage/env/PKG_CATEGORY
5 > put patch in that directory
6 > create file:
7 > /etc/portage/PKG_CATEGORY/PKGNAME
8 > with this:
9 >
10 > post_src_prepare() {
11 > epatch "/etc/portage/env/PKG_CATEGORY/NAMEOF:PATCH"
12 > }
13 >
14
15 Ooh, I didn't know that. I've gotta go write it down somewhere.
16 Thanks.
17
18 W
19 --
20 "In those days spirits were brave, the stakes were high,
21 men were real men, women were real women, and small furry
22 creatures from Alpha Centauri were real small furry
23 creatures from Alpha Centauri. "
24 Sortir en Pantoufles: up 1118 days, 12:08

Replies

Subject Author
Re: [gentoo-user] Recompiling already installed packages with modification Volker Armin Hemmann <volkerarmin@××××××××××.com>