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 EC70815ACFB for ; Sat, 15 Apr 2023 12:32:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 32DD3E0843; Sat, 15 Apr 2023 12:32:04 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 pigeon.gentoo.org (Postfix) with ESMTPS id 18D03E0843 for ; Sat, 15 Apr 2023 12:32:04 +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 4BD5D3406C0 for ; Sat, 15 Apr 2023 12:32:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B6DCEA37 for ; Sat, 15 Apr 2023 12:32:01 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1681561914.9d46b59501945359a5a383ad634595b0f9cacc78.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-qt/qtwebengine/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-qt/qtwebengine/files/qtwebengine-5.15.9_p20230404-gcc-13.patch X-VCS-Directories: dev-qt/qtwebengine/files/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 9d46b59501945359a5a383ad634595b0f9cacc78 X-VCS-Branch: master Date: Sat, 15 Apr 2023 12:32:01 +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: 2fdc9374-a203-4107-97ce-44dd0da93e8b X-Archives-Hash: 9405fd379c58868331e7104d90105033 commit: 9d46b59501945359a5a383ad634595b0f9cacc78 Author: Sam James gentoo org> AuthorDate: Sat Apr 15 12:31:22 2023 +0000 Commit: Sam James gentoo org> CommitDate: Sat Apr 15 12:31:54 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d46b595 dev-qt/qtwebengine: fix GCC 13 patch Closes: https://bugs.gentoo.org/904365 Signed-off-by: Sam James gentoo.org> .../qtwebengine-5.15.9_p20230404-gcc-13.patch | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/dev-qt/qtwebengine/files/qtwebengine-5.15.9_p20230404-gcc-13.patch b/dev-qt/qtwebengine/files/qtwebengine-5.15.9_p20230404-gcc-13.patch index 319a4dd2738e..41b519b452a2 100644 --- a/dev-qt/qtwebengine/files/qtwebengine-5.15.9_p20230404-gcc-13.patch +++ b/dev-qt/qtwebengine/files/qtwebengine-5.15.9_p20230404-gcc-13.patch @@ -1,17 +1,6 @@ This is on top of the GCC 13 patches in our patchset. https://bugs.gentoo.org/904342 ---- a/src/3rdparty/chromium/third_party/blink/renderer/platform/graphics/dark_mode_types.h -+++ b/src/3rdparty/chromium/third_party/blink/renderer/platform/graphics/dark_mode_types.h -@@ -7,6 +7,8 @@ - - namespace blink { - -+#include -+ - enum class DarkModeResult : uint8_t { - kDoNotApplyFilter, - kApplyFilter, --- a/src/3rdparty/chromium/third_party/blink/renderer/platform/graphics/dark_mode_image_classifier.cc +++ b/src/3rdparty/chromium/third_party/blink/renderer/platform/graphics/dark_mode_image_classifier.cc @@ -4,6 +4,7 @@ @@ -22,3 +11,14 @@ https://bugs.gentoo.org/904342 #include #include "base/memory/singleton.h" +--- a/src/3rdparty/chromium/third_party/blink/renderer/platform/graphics/dark_mode_types.h ++++ b/src/3rdparty/chromium/third_party/blink/renderer/platform/graphics/dark_mode_types.h +@@ -5,6 +5,8 @@ + #ifndef THIRD_PARTY_BLINK_RENDERER_PLATFORM_GRAPHICS_DARK_MODE_TYPES_H_ + #define THIRD_PARTY_BLINK_RENDERER_PLATFORM_GRAPHICS_DARK_MODE_TYPES_H_ + ++#include ++ + namespace blink { + + enum class DarkModeResult : uint8_t {