commit:     6c542b0d1f77d6ae7e02cf6d2c27b5249ca128fb
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Sat Oct 26 14:06:55 2024 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sun Oct 27 07:10:31 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c542b0d

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

Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/39115
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 .../files/lutris-0.5.13-find-eselected-wine.patch  | 22 ----------------------
 1 file changed, 22 deletions(-)

diff --git a/games-util/lutris/files/lutris-0.5.13-find-eselected-wine.patch 
b/games-util/lutris/files/lutris-0.5.13-find-eselected-wine.patch
deleted file mode 100644
index d048a807b08d..000000000000
--- a/games-util/lutris/files/lutris-0.5.13-find-eselected-wine.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-diff --git a/lutris/util/wine/wine.py b/lutris/util/wine/wine.py
-index f84584b..fa36d0c 100644
---- a/lutris/util/wine/wine.py
-+++ b/lutris/util/wine/wine.py
-@@ -19,7 +19,7 @@ WINE_PATHS = {
-     "winehq-devel": "/opt/wine-devel/bin/wine",
-     "winehq-staging": "/opt/wine-staging/bin/wine",
-     "wine-development": "/usr/lib/wine-development/wine",
--    "system": "wine",
-+    "system": "/etc/eselect/wine/bin/wine",
- }
- 
- ESYNC_LIMIT_CHECK = os.environ.get("ESYNC_LIMIT_CHECK", "").lower()
-@@ -273,7 +273,7 @@ def get_wine_version(wine_path="wine"):
-         return
-     if wine_path == "wine" and not system.find_executable("wine"):
-         return
--    if os.path.isabs(wine_path):
-+    if os.path.isabs(wine_path) and not os.path.islink(wine_path):
-         wine_stats = os.stat(wine_path)
-         if wine_stats.st_size < 2000:
-             # This version is a script, ignore it

Reply via email to