From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 41C79158020 for ; Mon, 7 Nov 2022 16:07:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 58D93E0876; Mon, 7 Nov 2022 16:07:20 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3CC0EE0876 for ; Mon, 7 Nov 2022 16:07:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 42A2733FEF1 for ; Mon, 7 Nov 2022 16:07:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 607BC622 for ; Mon, 7 Nov 2022 16:07:16 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1667837124.0973793fea126466e6977774fb4b6b736bc0e85f.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/chromium/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-client/chromium/chromium-107.0.5304.87.ebuild www-client/chromium/chromium-108.0.5343.2.ebuild X-VCS-Directories: www-client/chromium/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 0973793fea126466e6977774fb4b6b736bc0e85f X-VCS-Branch: master Date: Mon, 7 Nov 2022 16:07:16 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 7a73bb29-13c0-43b4-87c1-95c0fa95356d X-Archives-Hash: 62f5d1518a43cc4857e2d061d901a8bd commit: 0973793fea126466e6977774fb4b6b736bc0e85f Author: Marek BehĂșn kernel org> AuthorDate: Mon Nov 7 10:33:39 2022 +0000 Commit: Mike Gilbert gentoo 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 kernel.org> Signed-off-by: Mike Gilbert 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