On Mon, Apr 30, 2012 at 3:01 PM, Michael Orlitzky <mich...@orlitzky.com> wrote: > On 04/30/12 14:44, Michael Mol wrote: >> >> Does the ebuild for portage support user-supplied patches? >> > > It doesn't look like it, but you can always hack it with, > > post_src_unpack() { > cd "${S}" > epatch_user > } > > in your ~/.bashrc. >
I was thinking 'skip the fetch restriction check', but if the ebuild doesn't have the file path to retrieve, that's almost moot. It's _plausible_ one could calculate the path from the version of the package being emerged, though, so I suppose it's automateable. -- :wq