diff options
author | Stephan Hartmann <stha09@googlemail.com> | 2020-04-26 21:19:22 +0200 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2020-04-26 15:23:39 -0400 |
commit | db5c0fb4ff572ae71399842ed424b5cf25ee64f5 (patch) | |
tree | cccb488f56e8c5fc71fb1e9371d45de9e5853c99 /www-client/chromium | |
parent | media-libs/harfbuzz: Synced live ebuild (diff) | |
download | gentoo-db5c0fb4ff572ae71399842ed424b5cf25ee64f5.tar.gz gentoo-db5c0fb4ff572ae71399842ed424b5cf25ee64f5.tar.bz2 gentoo-db5c0fb4ff572ae71399842ed424b5cf25ee64f5.zip |
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@googlemail.com>
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/15536
Diffstat (limited to 'www-client/chromium')
-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 |