summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Behún <kabel@kernel.org>2022-11-07 11:33:39 +0100
committerMike Gilbert <floppym@gentoo.org>2022-11-07 11:05:24 -0500
commit0973793fea126466e6977774fb4b6b736bc0e85f (patch)
tree778b106f14879063850d5e27f35c9e16b45f2fa4 /www-client/chromium
parentx11-terms/kitty: add 0.26.5 (diff)
downloadgentoo-0973793fea126466e6977774fb4b6b736bc0e85f.tar.gz
gentoo-0973793fea126466e6977774fb4b6b736bc0e85f.tar.bz2
gentoo-0973793fea126466e6977774fb4b6b736bc0e85f.zip
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@kernel.org> Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Diffstat (limited to 'www-client/chromium')
-rw-r--r--www-client/chromium/chromium-107.0.5304.87.ebuild2
-rw-r--r--www-client/chromium/chromium-108.0.5343.2.ebuild2
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