From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D547915800F for ; Wed, 4 Jan 2023 22:33:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E8A3AE0729; Wed, 4 Jan 2023 22:33:45 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C0DECE0729 for ; Wed, 4 Jan 2023 22:33:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8C71B340931 for ; Wed, 4 Jan 2023 22:33:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D308C7DE for ; Wed, 4 Jan 2023 22:33:42 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1672871619.f42a8a00df0c331710f46e0c0ec9088b9d109a7c.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/webkit-gtk/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/webkit-gtk/webkit-gtk-2.38.3-r500.ebuild X-VCS-Directories: net-libs/webkit-gtk/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: f42a8a00df0c331710f46e0c0ec9088b9d109a7c X-VCS-Branch: master Date: Wed, 4 Jan 2023 22:33:42 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 1a138842-5c4c-484c-b80d-aa8458558506 X-Archives-Hash: 8633b11d0f3c7d76d199d5d4712bc7d1 commit: f42a8a00df0c331710f46e0c0ec9088b9d109a7c Author: Matt Turner gentoo org> AuthorDate: Wed Jan 4 22:32:59 2023 +0000 Commit: Matt Turner gentoo 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 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() {