commit:     db5c0fb4ff572ae71399842ed424b5cf25ee64f5
Author:     Stephan Hartmann <stha09 <AT> googlemail <DOT> com>
AuthorDate: Sun Apr 26 19:19:22 2020 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Sun Apr 26 19:23:39 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db5c0fb4

www-client/chromium: keep icu if compiling with libcxx

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Stephan Hartmann <stha09 <AT> googlemail.com>
Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>
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 1c70eb46184..2056dda0889 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

Reply via email to