with flag gtk3, gtk2 depend too maybe this: --- chromium-56.0.2924.76-r1.ebuild +++ chromium-56.0.2924.76-r1.ebuild @@ -108,7 +108,7 @@ sys-devel/flex virtual/pkgconfig dev-vcs/git - x11-libs/gtk+:2 + !gtk3? ( x11-libs/gtk+:2 ) x11-libs/gtk+:3 $(python_gen_any_dep ' dev-python/beautifulsoup:python-2[${PYTHON_USEDEP}] ????
The build system requires both be present at build time. It does a pkg-config check for both libraries that cannot be easily disabled.
(In reply to Mike Gilbert from comment #1) > The build system requires both be present at build time. It does a > pkg-config check for both libraries that cannot be easily disabled. sorry for the bug, a bug means of chrome ..
https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=506d7c5190a7a54ba37dfc79436485545e2b438e commit 506d7c5190a7a54ba37dfc79436485545e2b438e Author: Dmitry <dmitriyhetman@gmail.com> Date: Thu Apr 13 23:17:39 2017 +0000 www-client/chromium: drop build-time deps on x11-libs/gtk+:{2,3} Closes: https://github.com/gentoo/gentoo/pull/4420 www-client/chromium/chromium-59.0.3067.0.ebuild | 2 -- 1 file changed, 2 deletions(-)