jumbo-build flag was removed from chromium ebuild. Without it compile time for chromium is much longer. I've added it back. With it build fails due to 2 cc files sharing same function name CreateExtraView in empty namespace. https://chromium.googlesource.com/chromium/src/+/79.0.3945.88/chrome/browser/ui/views/confirm_bubble_views.cc https://chromium.googlesource.com/chromium/src/+/79.0.3945.88/chrome/browser/ui/views/accessibility/invert_bubble_view.cc This can be further fixed by renaming one of the methods. Reproducible: Always
Created attachment 600074 [details] ebuild with jumbo-build flag
Created attachment 600076 [details, diff] jumbo patch
Sorry, but the upstream developers are dropping support for it.