On Sat, 22 Apr 2017 13:43:21 -0400 Mike Gilbert <[email protected]> wrote:
> On Sat, Apr 22, 2017 at 4:20 AM, Michał Górny <[email protected]> > wrote: > > Respect EROOT when running gtk-query-immodules-* tools, alike other > > updaters in the eclass. This ensures that x11-libs/gtk+ installs > > correctly when installing to a ROOT. > > I'm not an expert on this eclass, but it seems like this may be > intentional; calling compiled binaries from $ROOT will break for > cross-compiles. yes, I think calling binaries from EROOT is wrong; it should call binaries from EPREFIX with arguments in EROOT; it's likely the other functions in the eclass are wrong on that
