commit:     3c2843d17c1a5d61c459b8a4644755a84920d38c
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Fri Aug 28 17:02:55 2020 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Sep 12 09:54:50 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c2843d1

dev-python/xcffib: remove unused patch

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 .../xcffib/files/xcffib-0.10.0-testing.patch       | 23 ----------------------
 1 file changed, 23 deletions(-)

diff --git a/dev-python/xcffib/files/xcffib-0.10.0-testing.patch 
b/dev-python/xcffib/files/xcffib-0.10.0-testing.patch
deleted file mode 100644
index 7c075ae9811..00000000000
--- a/dev-python/xcffib/files/xcffib-0.10.0-testing.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-diff --git a/xcffib/testing.py b/xcffib/testing.py
-index ef0268a..0662fcf 100644
---- a/xcffib/testing.py
-+++ b/xcffib/testing.py
-@@ -31,11 +31,14 @@ def lock_path(display):
- def find_display():
-     display = 10
-     while True:
--        f = open(lock_path(display), "w+")
-         try:
--            fcntl.flock(f.fileno(), fcntl.LOCK_EX | fcntl.LOCK_NB)
--        except OSError:
--            f.close()
-+            f = open(lock_path(display), "w+")
-+            try:
-+                fcntl.flock(f.fileno(), fcntl.LOCK_EX | fcntl.LOCK_NB)
-+            except:
-+                f.close()
-+                raise
-+        except OSError:
-             display += 1
-             continue
-         return display, f

Reply via email to