Gentoo Archives: gentoo-commits

From: "Andrey Grozin (grozin)" <grozin@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/pygui/files: pygui-2.2-python-2.6.patch
Date: Fri, 19 Feb 2010 18:23:01
Message-Id: E1NiXVD-0005bF-4T@stork.gentoo.org
1 grozin 10/02/19 18:22:59
2
3 Added: pygui-2.2-python-2.6.patch
4 Log:
5 Initial import
6 (Portage version: 2.2_rc62/cvs/Linux i686)
7
8 Revision Changes Path
9 1.1 dev-python/pygui/files/pygui-2.2-python-2.6.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pygui/files/pygui-2.2-python-2.6.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pygui/files/pygui-2.2-python-2.6.patch?rev=1.1&content-type=text/plain
13
14 Index: pygui-2.2-python-2.6.patch
15 ===================================================================
16 diff -r -U1 PyGUI-2.2.orig/GUI/Gtk/GL.py PyGUI-2.2/GUI/Gtk/GL.py
17 --- PyGUI-2.2.orig/GUI/Gtk/GL.py 2009-04-10 11:45:08.000000000 +0200
18 +++ PyGUI-2.2/GUI/Gtk/GL.py 2010-02-20 00:30:39.000000000 +0100
19 @@ -44,3 +44,3 @@
20 cs = self._color_size
21 - as = 0
22 + as_ = 0
23 ds = 0
24 @@ -50,3 +50,3 @@
25 if self._alpha:
26 - as = self._alpha_size
27 + as_ = self._alpha_size
28 if self._depth_buffer:
29 @@ -64,3 +64,3 @@
30 gdkgl.BLUE_SIZE, cs,
31 - gdkgl.ALPHA_SIZE, as,
32 + gdkgl.ALPHA_SIZE, as_,
33 gdkgl.AUX_BUFFERS, self._aux_buffers,