diff options
author | 2019-10-29 20:03:19 +0100 | |
---|---|---|
committer | 2019-10-29 23:21:34 +0100 | |
commit | 442114d9e7d9bc2062d990d22451211b22ffcf51 (patch) | |
tree | a167294536cd29fa01044d516dd4af232adf65bb /net-libs/webkit-gtk/webkit-gtk-2.24.4.ebuild | |
parent | sys-kernel/gentoo-sources: remove providers file (diff) | |
download | gentoo-442114d9e7d9bc2062d990d22451211b22ffcf51.tar.gz gentoo-442114d9e7d9bc2062d990d22451211b22ffcf51.tar.bz2 gentoo-442114d9e7d9bc2062d990d22451211b22ffcf51.zip |
net-libs/webkit-gtk: Add upstream patch to fix build against ICU-65
https://bugs.webkit.org/show_bug.cgi?id=202600
Acked-by: Mart Raudsepp <leio@gentoo.org>
Closes: https://bugs.gentoo.org/698596
Package-Manager: Portage-2.3.78, Repoman-2.3.17
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'net-libs/webkit-gtk/webkit-gtk-2.24.4.ebuild')
-rw-r--r-- | net-libs/webkit-gtk/webkit-gtk-2.24.4.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net-libs/webkit-gtk/webkit-gtk-2.24.4.ebuild b/net-libs/webkit-gtk/webkit-gtk-2.24.4.ebuild index f8ed8e6fec93..d90cc8c26a48 100644 --- a/net-libs/webkit-gtk/webkit-gtk-2.24.4.ebuild +++ b/net-libs/webkit-gtk/webkit-gtk-2.24.4.ebuild @@ -159,6 +159,7 @@ pkg_setup() { } src_prepare() { + eapply "${FILESDIR}/${P}-icu-65.patch" # bug 698596 cmake-utils_src_prepare gnome2_src_prepare } |