Gentoo Archives: gentoo-commits

From: "Ryan Hill (dirtyepic)" <dirtyepic@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/wxglade/files: wxglade-0.6.1-wxversion.patch
Date: Tue, 04 Dec 2007 15:42:23
Message-Id: E1IzZuS-0000Zc-LI@stork.gentoo.org
1 dirtyepic 07/12/04 15:42:08
2
3 Added: wxglade-0.6.1-wxversion.patch
4 Log:
5 Lock to wxpython-2.6 at runtime.
6 (Portage version: 2.1.4_rc7)
7
8 Revision Changes Path
9 1.1 dev-util/wxglade/files/wxglade-0.6.1-wxversion.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/wxglade/files/wxglade-0.6.1-wxversion.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/wxglade/files/wxglade-0.6.1-wxversion.patch?rev=1.1&content-type=text/plain
13
14 Index: wxglade-0.6.1-wxversion.patch
15 ===================================================================
16 diff -Naur wxGlade-0.6.1-orig/main.py wxGlade-0.6.1/main.py
17 --- wxGlade-0.6.1-orig/main.py 2007-10-25 01:03:22.000000000 -0600
18 +++ wxGlade-0.6.1/main.py 2007-12-04 09:36:20.000000000 -0600
19 @@ -7,7 +7,7 @@
20 # THIS PROGRAM COMES WITH NO WARRANTY
21
22 import wxversion
23 -wxversion.ensureMinimal("2.6")
24 +wxversion.select("2.6")
25
26 #from wxPython.wx import *
27 import wx
28
29
30
31 --
32 gentoo-commits@g.o mailing list