commit: f42a8a00df0c331710f46e0c0ec9088b9d109a7c Author: Matt Turner <mattst88 <AT> gentoo <DOT> org> AuthorDate: Wed Jan 4 22:32:59 2023 +0000 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org> CommitDate: Wed Jan 4 22:33:39 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f42a8a00
net-libs/webkit-gtk: Fix build failure in ClipboardGtk4.cpp I thought this patch was included in 2.38.3, but I was mistaken. Closes: https://bugs.gentoo.org/889588 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org> net-libs/webkit-gtk/webkit-gtk-2.38.3-r500.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/net-libs/webkit-gtk/webkit-gtk-2.38.3-r500.ebuild b/net-libs/webkit-gtk/webkit-gtk-2.38.3-r500.ebuild index f110fff327f5..cc8bc7b2643b 100644 --- a/net-libs/webkit-gtk/webkit-gtk-2.38.3-r500.ebuild +++ b/net-libs/webkit-gtk/webkit-gtk-2.38.3-r500.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -156,6 +156,8 @@ pkg_setup() { src_prepare() { cmake_src_prepare gnome2_src_prepare + + eapply "${FILESDIR}"/2.38.2-GTK-Fix-build-failure-in-ClipboardGtk4.cpp.patch } src_configure() {
