From db5c0fb4ff572ae71399842ed424b5cf25ee64f5 Mon Sep 17 00:00:00 2001 From: Stephan Hartmann Date: Sun, 26 Apr 2020 21:19:22 +0200 Subject: [PATCH] www-client/chromium: keep icu if compiling with libcxx Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Stephan Hartmann Signed-off-by: Mike Gilbert Closes: https://github.com/gentoo/gentoo/pull/15536 --- www-client/chromium/chromium-83.0.4103.23.ebuild | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.26.2