commit:     27e99c8e283d34b7abc8943046d5750d0557f5af
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Wed Feb 22 16:42:26 2023 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Thu Feb 23 07:37:35 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27e99c8e

games-util/lutris: remove unused patch(es)

Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/29726
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 .../lutris/files/lutris-0.5.13-webkit-gtk-4-1.patch     | 17 -----------------
 1 file changed, 17 deletions(-)

diff --git a/games-util/lutris/files/lutris-0.5.13-webkit-gtk-4-1.patch 
b/games-util/lutris/files/lutris-0.5.13-webkit-gtk-4-1.patch
deleted file mode 100644
index 9685a826878b..000000000000
--- a/games-util/lutris/files/lutris-0.5.13-webkit-gtk-4-1.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-diff --git a/lutris/gui/dialogs/webconnect_dialog.py 
b/lutris/gui/dialogs/webconnect_dialog.py
-index 12fbbdc..a6cd838 100644
---- a/lutris/gui/dialogs/webconnect_dialog.py
-+++ b/lutris/gui/dialogs/webconnect_dialog.py
-@@ -3,7 +3,11 @@ import os
- from gettext import gettext as _
- 
- import gi
--gi.require_version("WebKit2", "4.0")
-+try:
-+    gi.require_version("WebKit2", "4.1")
-+except (ImportError, ValueError):
-+    gi.require_version("WebKit2", "4.0")
-+
- from gi.repository import WebKit2
- 
- from lutris.gui.dialogs import ModalDialog

Reply via email to