Nikos Chantziaras writes: > On 09/18/2011 11:50 PM, Alex Schuster wrote:
> > Do these ebuilds also need to apply the patches, or do you just want > > to get rid of the error message? > > It's just the error message. Which means this isn't an issue for now. > It will become one if one of them will need patches though. post_src_unpack() { if type epatch_user >& /dev/null then cd "${S}" epatch_user fi } > Too bad that I can't put "inherit eutils" in bashrc though. It seems to be bash shell code, so you could try sourcing it from bash: . /usr/portage/eclass/eutils.eclass Or copy the epatch_user() shell function from that file into your /etc/portage/bashrc. > But even I > could, inheriting an eclass twice would probably not work to begin with. Maybe, I have no idea. Wonko