On Sat, Apr 22, 2017 at 4:20 AM, Michał Górny <mgo...@gentoo.org> 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. Is there some package that installs ${CHOST}-gtk-query-immodules-X.0 for ROOT == /? I don't have any such binary on my system.