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.
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.