Some extras applications (not in portage) like VMware View Client for Linux are linked to 32 bits libxkbfile.so.1. That file is not provided by any app-emulation/emul-linux-x86-* package if I am correct. Multilib support can be added by defining XORG_MULTILIB=yes to ebuild header as xorg-2 eclass handle this directly. Doing it at the moment fail as xorg-2 eclass define the following blocker RDEPEND+=" abi_x86_32? ( !app-emulation/emul-linux-x86-xlibs[-abi_x86_32(-)] )" But here x11-libs/libxkbfile is not provided by app-emulation/emul-linux-x86-xlibs Reproducible: Always
Fixed by commit a4168bbc0ed3a1051ba95392e90f10d6fbeb2fc0 Author: Matt Turner <mattst88@gentoo.org> Date: Fri Jan 27 22:19:17 2017 -0800 x11-libs/libxkbfile: Add multilib support. Bug: https://bugs.gentoo.org/507328