diff options
Diffstat (limited to 'www-client/chromium/chromium-83.0.4103.23.ebuild')
-rw-r--r-- | www-client/chromium/chromium-83.0.4103.23.ebuild | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/www-client/chromium/chromium-83.0.4103.23.ebuild b/www-client/chromium/chromium-83.0.4103.23.ebuild index 1c70eb46184d..2056dda0889a 100644 --- a/www-client/chromium/chromium-83.0.4103.23.ebuild +++ b/www-client/chromium/chromium-83.0.4103.23.ebuild @@ -454,6 +454,9 @@ src_prepare() { keeplibs+=( third_party/openh264 ) keeplibs+=( third_party/re2 ) keeplibs+=( third_party/snappy ) + if use system-icu; then + keeplibs+=( third_party/icu ) + fi fi # Remove most bundled libraries. Some are still needed. build/linux/unbundle/remove_bundled_libraries.py "${keeplibs[@]}" --do-remove || die |