commit: 0973793fea126466e6977774fb4b6b736bc0e85f Author: Marek BehĂșn <kabel <AT> kernel <DOT> org> AuthorDate: Mon Nov 7 10:33:39 2022 +0000 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org> CommitDate: Mon Nov 7 16:05:24 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0973793f
www-client/chromium: Fix typo causing failure to build without system-av1 Fix a typo that causes the build to fail when building with USE flag system-av1 disabled. Bug: https://bugs.gentoo.org/880019 Signed-off-by: Marek BehĂșn <kabel <AT> kernel.org> Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org> www-client/chromium/chromium-107.0.5304.87.ebuild | 2 +- www-client/chromium/chromium-108.0.5343.2.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/www-client/chromium/chromium-107.0.5304.87.ebuild b/www-client/chromium/chromium-107.0.5304.87.ebuild index 0a730d213aeb..370db3c4183b 100644 --- a/www-client/chromium/chromium-107.0.5304.87.ebuild +++ b/www-client/chromium/chromium-107.0.5304.87.ebuild @@ -584,7 +584,7 @@ src_prepare() { keeplibs+=( third_party/libpng ) fi if ! use system-av1; then - keep_libs+=( + keeplibs+=( third_party/dav1d third_party/libaom third_party/libaom/source/libaom/third_party/fastfeat diff --git a/www-client/chromium/chromium-108.0.5343.2.ebuild b/www-client/chromium/chromium-108.0.5343.2.ebuild index b3b719255413..7ebee0d2cdcf 100644 --- a/www-client/chromium/chromium-108.0.5343.2.ebuild +++ b/www-client/chromium/chromium-108.0.5343.2.ebuild @@ -583,7 +583,7 @@ src_prepare() { keeplibs+=( third_party/libpng ) fi if ! use system-av1; then - keep_libs+=( + keeplibs+=( third_party/dav1d third_party/libaom third_party/libaom/source/libaom/third_party/fastfeat
