diff --git a/www-client/chromium/chromium-124.0.6367.207.ebuild b/www-client/chromium/chromium-124.0.6367.207.ebuild index 639a518..de5cc03 100644 --- a/www-client/chromium/chromium-124.0.6367.207.ebuild +++ b/www-client/chromium/chromium-124.0.6367.207.ebuild @@ -713,19 +713,19 @@ src_prepare() { third_party/xdg-utils ) + # USE=system-* if ! use system-aom; then - keeplibs+=( third_party/libaom + keeplibs+=( third_party/libaom ) keeplibs+=( third_party/libaom/source/libaom/third_party/fastfeat ) keeplibs+=( third_party/libaom/source/libaom/third_party/SVT-AV1 ) keeplibs+=( third_party/libaom/source/libaom/third_party/vector ) keeplibs+=( third_party/libaom/source/libaom/third_party/x86inc ) fi - - # USE=system-* + if ! use system-harfbuzz; then keeplibs+=( third_party/harfbuzz-ng ) fi - + if ! use system-icu; then keeplibs+=( third_party/icu ) fi