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 9649915ACFC for ; Sat, 15 Apr 2023 02:11:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 59CA1E07E1; Sat, 15 Apr 2023 02:11:00 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 404F5E07D4 for ; Sat, 15 Apr 2023 02:11:00 +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 37393340F7A for ; Sat, 15 Apr 2023 02:10:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 64BDAA41 for ; Sat, 15 Apr 2023 02:10:57 +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: <1681524644.f0d451f42732bc1c8685e56d64f13d73d2596d77.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-qt/qtwebengine/, dev-qt/qtwebengine/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-qt/qtwebengine/files/qtwebengine-5.15.9_p20230404-gcc-13.patch dev-qt/qtwebengine/qtwebengine-5.15.9_p20230404.ebuild X-VCS-Directories: dev-qt/qtwebengine/ dev-qt/qtwebengine/files/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: f0d451f42732bc1c8685e56d64f13d73d2596d77 X-VCS-Branch: master Date: Sat, 15 Apr 2023 02:10:57 +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: e8ce29f0-c888-4eb2-894f-70d727cf8ce6 X-Archives-Hash: 29ec6a37d8044e844e01126189e08c06 commit: f0d451f42732bc1c8685e56d64f13d73d2596d77 Author: Sam James gentoo org> AuthorDate: Sat Apr 15 01:05:53 2023 +0000 Commit: Sam James gentoo org> CommitDate: Sat Apr 15 02:10:44 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0d451f4 dev-qt/qtwebengine: fix build w/ GCC 13 Closes: https://bugs.gentoo.org/904342 Signed-off-by: Sam James gentoo.org> .../files/qtwebengine-5.15.9_p20230404-gcc-13.patch | 14 ++++++++++++++ dev-qt/qtwebengine/qtwebengine-5.15.9_p20230404.ebuild | 5 ++++- 2 files changed, 18 insertions(+), 1 deletion(-) 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 new file mode 100644 index 000000000000..af925558b1f7 --- /dev/null +++ b/dev-qt/qtwebengine/files/qtwebengine-5.15.9_p20230404-gcc-13.patch @@ -0,0 +1,14 @@ +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, diff --git a/dev-qt/qtwebengine/qtwebengine-5.15.9_p20230404.ebuild b/dev-qt/qtwebengine/qtwebengine-5.15.9_p20230404.ebuild index d592d8220523..244fa3852b46 100644 --- a/dev-qt/qtwebengine/qtwebengine-5.15.9_p20230404.ebuild +++ b/dev-qt/qtwebengine/qtwebengine-5.15.9_p20230404.ebuild @@ -100,7 +100,10 @@ BDEPEND="${PYTHON_DEPS} ppc64? ( >=dev-util/gn-0.1807 ) " -PATCHES=( "${WORKDIR}/${PN}-5.15.8_p20230313-patchset" ) +PATCHES=( + "${WORKDIR}/${PN}-5.15.8_p20230313-patchset" + "${FILESDIR}/${PN}-5.15.9_p20230404-gcc-13.patch" +) qtwebengine_check-reqs() { # bug #307861