Gentoo Archives: gentoo-user

From: Michael Orlitzky <michael@××××××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] fetch restriction bypass
Date: Mon, 30 Apr 2012 19:05:04
Message-Id: 4F9EE188.9030601@orlitzky.com
In Reply to: Re: [gentoo-user] fetch restriction bypass by Michael Mol
1 On 04/30/12 14:44, Michael Mol wrote:
2 >
3 > Does the ebuild for portage support user-supplied patches?
4 >
5
6 It doesn't look like it, but you can always hack it with,
7
8 post_src_unpack() {
9 cd "${S}"
10 epatch_user
11 }
12
13 in your ~/.bashrc.

Replies

Subject Author
Re: [gentoo-user] fetch restriction bypass Michael Mol <mikemol@×××××.com>