Gentoo Archives: gentoo-commits

From: "Chi-Thanh Christopher Nguyen (chithanh)" <chithanh@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/xpyb/files: xpyb-1.3.1-xcbproto-1.9.patch
Date: Thu, 28 Nov 2013 18:10:54
Message-Id: 20131128181049.2177D20005@flycatcher.gentoo.org
1 chithanh 13/11/28 18:10:49
2
3 Added: xpyb-1.3.1-xcbproto-1.9.patch
4 Log:
5 Add patch to fix building against xcb-proto-1.9, bug #490884. Remove old.
6
7 (Portage version: 2.2.7/cvs/Linux x86_64, unsigned Manifest commit)
8
9 Revision Changes Path
10 1.1 x11-libs/xpyb/files/xpyb-1.3.1-xcbproto-1.9.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/xpyb/files/xpyb-1.3.1-xcbproto-1.9.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/xpyb/files/xpyb-1.3.1-xcbproto-1.9.patch?rev=1.1&content-type=text/plain
14
15 Index: xpyb-1.3.1-xcbproto-1.9.patch
16 ===================================================================
17 diff -ruN xpyb-1.3.1_ORIG/src/py_client.py xpyb-1.3.1/src/py_client.py
18 --- xpyb-1.3.1_ORIG/src/py_client.py 2013-11-17 12:57:05.157530931 +0100
19 +++ xpyb-1.3.1/src/py_client.py 2013-11-17 12:57:52.221530100 +0100
20 @@ -19,6 +19,7 @@
21 'INT8': 'b', 'int8_t': 'b',
22 'INT16': 'h', 'int16_t': 'h',
23 'INT32': 'i', 'int32_t': 'i',
24 + 'INT64': 'i', 'int64_t': 'i',
25 'BYTE': 'B',
26 'BOOL': 'B',
27 'char': 'b',