All the Google Chrome ebuilds set a dependency for x11-libs/gtk+:3 As I would like to use Wayland as much as possible I removed X for all packages where possible. Portage allows me to remove the X USE flag for GTK+ v3. After merging GTK+ 3 without X Google Chrome does not start anymore. $ google-chrome-unstable /usr/bin/google-chrome-unstable: symbol lookup error: /usr/bin/google-chrome-unstable: undefined symbol: gdk_x11_window_get_xid So, it seems to me the dependency statement should also require that gtk+:3 is available with enabled X support.
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59a6354b35a1261caea37e59bcd27f901e4f68a2 commit 59a6354b35a1261caea37e59bcd27f901e4f68a2 Author: Mike Gilbert <floppym@gentoo.org> AuthorDate: 2018-06-04 15:26:28 +0000 Commit: Mike Gilbert <floppym@gentoo.org> CommitDate: 2018-06-04 15:27:15 +0000 www-client/google-chrome: depend on x11-libs/gtk+:3[X] Closes: https://bugs.gentoo.org/657292 www-client/google-chrome-beta/google-chrome-beta-67.0.3396.62.ebuild | 2 +- .../google-chrome-unstable/google-chrome-unstable-68.0.3440.7.ebuild | 2 +- www-client/google-chrome/google-chrome-67.0.3396.62.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-)