summaryrefslogtreecommitdiff
path: root/x11-libs/xpyb/files/xpyb-1.3.1-xcbproto-1.13.patch
diff options
context:
space:
mode:
Diffstat (limited to 'x11-libs/xpyb/files/xpyb-1.3.1-xcbproto-1.13.patch')
-rw-r--r--x11-libs/xpyb/files/xpyb-1.3.1-xcbproto-1.13.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/x11-libs/xpyb/files/xpyb-1.3.1-xcbproto-1.13.patch b/x11-libs/xpyb/files/xpyb-1.3.1-xcbproto-1.13.patch
deleted file mode 100644
index 9cb901c9727a..000000000000
--- a/x11-libs/xpyb/files/xpyb-1.3.1-xcbproto-1.13.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff -ur xpyb-1.3.1/src/py_client.py xpyb-1.3.1/src/py_client.py
---- xpyb-1.3.1/src/py_client.py 2012-03-24 01:24:40.000000000 +0400
-+++ xpyb-1.3.1/src/py_client.py 2018-03-08 10:13:48.342758718 +0300
-@@ -585,7 +585,8 @@
- 'union' : py_union,
- 'request' : py_request,
- 'event' : py_event,
-- 'error' : py_error
-+ 'error' : py_error,
-+ 'eventstruct' : lambda *a, **k: None
- }
-
- # Boilerplate below this point