On Tue, 16 Sep 2014 14:38:12 -0400, Rich Freeman wrote: > All you need to do is add epatch_user to src_prepare in an existing > ebuild to use it. If you want to patch the build system you'll also > need to make calls to autotools/etc as needed after calling > epatch_user.
You can often do it without touching the ebuild at all by putting
post_src_unpack() {
cd "${S}"
epatch_user
}
in /etc/portage/env/category/package[-version]
--
Neil Bothwick
No trees were harmed in the sending of this message. However, a large
number of electrons were terribly inconvenienced.
signature.asc
Description: PGP signature

