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 2B3AD158099 for ; Tue, 21 Nov 2023 19:53:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 65F1E2BC017; Tue, 21 Nov 2023 19:53:17 +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 495C52BC01E for ; Tue, 21 Nov 2023 19:53:17 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2E369335D98 for ; Tue, 21 Nov 2023 19:53:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A6E8D13AB for ; Tue, 21 Nov 2023 19:53:14 +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: <1700596331.659cf630a77405d45f76d4aa75fbb05d049bc630.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-qt/qtwebengine/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-qt/qtwebengine/qtwebengine-5.15.11_p20231102.ebuild X-VCS-Directories: dev-qt/qtwebengine/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 659cf630a77405d45f76d4aa75fbb05d049bc630 X-VCS-Branch: master Date: Tue, 21 Nov 2023 19:53:14 +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: d589d987-deac-4551-a675-59e1cf6f6895 X-Archives-Hash: ffaec01dfbcac9f3258b66f2504ddc9c commit: 659cf630a77405d45f76d4aa75fbb05d049bc630 Author: Paul Zander gmail com> AuthorDate: Tue Nov 21 12:02:52 2023 +0000 Commit: Sam James gentoo org> CommitDate: Tue Nov 21 19:52:11 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=659cf630 dev-qt/qtwebengine: fix build with icu74 (qt5) Apply quick-fix from b7982facbd6d596888e100c11b07fff5599e2203 to qt5 as well. Closes: https://bugs.gentoo.org/917635 Signed-off-by: Paul Zander gmail.com> Closes: https://github.com/gentoo/gentoo/pull/33926 Signed-off-by: Sam James gentoo.org> dev-qt/qtwebengine/qtwebengine-5.15.11_p20231102.ebuild | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/dev-qt/qtwebengine/qtwebengine-5.15.11_p20231102.ebuild b/dev-qt/qtwebengine/qtwebengine-5.15.11_p20231102.ebuild index 6839c81f4377..8f6ad0f016b1 100644 --- a/dev-qt/qtwebengine/qtwebengine-5.15.11_p20231102.ebuild +++ b/dev-qt/qtwebengine/qtwebengine-5.15.11_p20231102.ebuild @@ -105,7 +105,11 @@ BDEPEND="${PYTHON_DEPS} ppc64? ( >=dev-util/gn-0.1807 ) " -PATCHES=( "${WORKDIR}/${PATCHSET}" ) +PATCHES=( + "${WORKDIR}/${PATCHSET}" + # add extras as needed here, may merge in set if carries across versions + "${FILESDIR}"/${PN}-6.5.3-icu74.patch +) qtwebengine_check-reqs() { # bug #307861