commit:     659cf630a77405d45f76d4aa75fbb05d049bc630
Author:     Paul Zander <negril.nx+gentoo <AT> gmail <DOT> com>
AuthorDate: Tue Nov 21 12:02:52 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> 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 <negril.nx+gentoo <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/33926
Signed-off-by: Sam James <sam <AT> 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

Reply via email to