summaryrefslogtreecommitdiff
path: root/dev-qt/qtwebengine/files/qtwebengine-6.5.3-icu74.patch
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-02-01 23:57:53 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2024-02-02 00:00:58 +0100
commitacf45c1ef3f684fe1c639477406c73485709ca97 (patch)
tree8623410683bbbe37c84de2802919e7dc9be3c33e /dev-qt/qtwebengine/files/qtwebengine-6.5.3-icu74.patch
parenta73d931c443c7ad6074c783b5226a59e80885070 (diff)
downloadgentoo-acf45c1ef3f684fe1c639477406c73485709ca97.tar.gz
gentoo-acf45c1ef3f684fe1c639477406c73485709ca97.tar.bz2
gentoo-acf45c1ef3f684fe1c639477406c73485709ca97.zip
dev-qt/qtwebengine: drop 5.15.11_p20231120, 5.15.12_p20240112
Bug: https://bugs.gentoo.org/922189 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-qt/qtwebengine/files/qtwebengine-6.5.3-icu74.patch')
-rw-r--r--dev-qt/qtwebengine/files/qtwebengine-6.5.3-icu74.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/dev-qt/qtwebengine/files/qtwebengine-6.5.3-icu74.patch b/dev-qt/qtwebengine/files/qtwebengine-6.5.3-icu74.patch
deleted file mode 100644
index 3d42f3f933c5..000000000000
--- a/dev-qt/qtwebengine/files/qtwebengine-6.5.3-icu74.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-Quick fix for a static_assert failure with icu74. Still waiting
-for a proper upstream fix and unknown if entirely right, but is
-an extension of [1] (is now 48 rather than 43).
-
-https://bugs.gentoo.org/917633
-
-[1] https://crrev.com/e60b571faa3f14dd9119a6792dccf12f8bf80192
---- a/src/3rdparty/chromium/third_party/blink/renderer/platform/text/text_break_iterator.cc
-+++ b/src/3rdparty/chromium/third_party/blink/renderer/platform/text/text_break_iterator.cc
-@@ -163,3 +163,5 @@
-
--#if U_ICU_VERSION_MAJOR_NUM >= 58
-+#if U_ICU_VERSION_MAJOR_NUM >= 74
-+#define BA_LB_COUNT (U_LB_COUNT - 8)
-+#elif U_ICU_VERSION_MAJOR_NUM >= 58
- #define BA_LB_COUNT (U_LB_COUNT - 3)