commit:     07e6f05df1dafd6ec3cb0d1480a64b28dd00b481
Author:     Michael Mair-Keimberger <mm1ke <AT> gentoo <DOT> org>
AuthorDate: Tue Dec  2 19:32:52 2025 +0000
Commit:     Michael Mair-Keimberger <mm1ke <AT> gentoo <DOT> org>
CommitDate: Tue Dec  2 19:32:52 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07e6f05d

media-gfx/mcomix: remove unused patch(es)

Signed-off-by: Michael Mair-Keimberger <mm1ke <AT> gentoo.org>

 media-gfx/mcomix/files/mcomix-3.1.0-py13.patch | 29 --------------------------
 1 file changed, 29 deletions(-)

diff --git a/media-gfx/mcomix/files/mcomix-3.1.0-py13.patch 
b/media-gfx/mcomix/files/mcomix-3.1.0-py13.patch
deleted file mode 100644
index bb133bb57c07..000000000000
--- a/media-gfx/mcomix/files/mcomix-3.1.0-py13.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-From a4092eb4f2927ce5d600444d0b10c308148ca34d Mon Sep 17 00:00:00 2001
-From: aaku <[email protected]>
-Date: Wed, 25 Jun 2025 11:35:13 +0200
-Subject: [PATCH] Move multiprocessing initialization out of functions
-
-Fixes "context has already been set" error
----
- mcomix/__main__.py | 4 ++--
-
-diff --git a/mcomix/__main__.py b/mcomix/__main__.py
-index bc307bd..b32dc36 100644
---- a/mcomix/__main__.py
-+++ b/mcomix/__main__.py
-@@ -21,10 +21,10 @@ from .run import run
- 
- 
- def main() -> None:
--    mp.freeze_support()
--    mp.set_start_method('spawn')
-     run()
- 
- 
- if __name__ == '__main__':
-+    mp.freeze_support()
-+    mp.set_start_method('spawn')
-     main()
--- 
-2.50.0
-

Reply via email to