summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2021-03-12 18:08:45 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2021-03-12 21:06:39 +0100
commit286732e1677d672669f19607f1db62780c62d746 (patch)
treea1fe7f573b4817cea03304ba897545e804391bfb /dev-qt/qtwebengine/qtwebengine-5.15.2_p20210224.ebuild
parentdev-ruby/rspec-mocks: stable 3.9.1 for ppc64 (diff)
downloadgentoo-286732e1677d672669f19607f1db62780c62d746.tar.gz
gentoo-286732e1677d672669f19607f1db62780c62d746.tar.bz2
gentoo-286732e1677d672669f19607f1db62780c62d746.zip
dev-qt/qtwebengine: Fix runtime crash with certain locales
Due to the pain a revbump will cause and only a minority of users affected, the patch is applied in place and we will ask affected users to rebuild. Reported-by: 12101111 <w12101111@outlook.com> Thanks-to: Florian Bruhin <gentoo.org@the-compiler.org> Bug: https://bugs.gentoo.org/757606 Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-qt/qtwebengine/qtwebengine-5.15.2_p20210224.ebuild')
-rw-r--r--dev-qt/qtwebengine/qtwebengine-5.15.2_p20210224.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-qt/qtwebengine/qtwebengine-5.15.2_p20210224.ebuild b/dev-qt/qtwebengine/qtwebengine-5.15.2_p20210224.ebuild
index 2c33bc250e6e..bd9662af8766 100644
--- a/dev-qt/qtwebengine/qtwebengine-5.15.2_p20210224.ebuild
+++ b/dev-qt/qtwebengine/qtwebengine-5.15.2_p20210224.ebuild
@@ -89,7 +89,8 @@ DEPEND="${RDEPEND}
PATCHES=(
"${FILESDIR}/${PN}-5.15.0-disable-fatal-warnings.patch" # bug 695446
- "${FILESDIR}/${P}-chromium-87-v8-icu68.patch" # bug 757606
+ "${FILESDIR}/${P}-fix-crash-w-app-locales.patch" # bug 773919, QTBUG-91715
+ "${FILESDIR}/${P}-chromium-87-v8-icu68.patch" # downstream, bug 757606
"${FILESDIR}/${P}-disable-git.patch" # downstream snapshot fix
)