summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Hill <dirtyepic@gentoo.org>2008-01-05 00:20:04 +0000
committerRyan Hill <dirtyepic@gentoo.org>2008-01-05 00:20:04 +0000
commitee63437ba0548384add081a662b6717ea2d45f95 (patch)
treedca8e6808eeaf40cfcd6b01cdbe5c33a364d9ed6 /dev-util/spe/files
parentAdd patch to force runtime against wxpython-2.6 when multiple versions are (diff)
downloadgentoo-2-ee63437ba0548384add081a662b6717ea2d45f95.tar.gz
gentoo-2-ee63437ba0548384add081a662b6717ea2d45f95.tar.bz2
gentoo-2-ee63437ba0548384add081a662b6717ea2d45f95.zip
Revision bump.
(Portage version: 2.1.4_rc14)
Diffstat (limited to 'dev-util/spe/files')
-rw-r--r--dev-util/spe/files/digest-spe-0.8.3c-r1 (renamed from dev-util/spe/files/digest-spe-0.8.3c)0
-rw-r--r--dev-util/spe/files/spe-0.8.3-wxversion.patch16
2 files changed, 16 insertions, 0 deletions
diff --git a/dev-util/spe/files/digest-spe-0.8.3c b/dev-util/spe/files/digest-spe-0.8.3c-r1
index 2befeb6d06b2..2befeb6d06b2 100644
--- a/dev-util/spe/files/digest-spe-0.8.3c
+++ b/dev-util/spe/files/digest-spe-0.8.3c-r1
diff --git a/dev-util/spe/files/spe-0.8.3-wxversion.patch b/dev-util/spe/files/spe-0.8.3-wxversion.patch
new file mode 100644
index 000000000000..4fbdd14ea32b
--- /dev/null
+++ b/dev-util/spe/files/spe-0.8.3-wxversion.patch
@@ -0,0 +1,16 @@
+--- SPE-0.8.3.c-wx2.6.1.0/_spe/SPE.py 2006-01-21 21:01:56.000000000 -0600
++++ /usr/lib/python2.5/site-packages/_spe/SPE.py 2008-01-04 18:10:55.000000000 -0600
+@@ -1,11 +1,10 @@
+ import sys
+
+ try:
+- WX_VERSION = '2.5.4.1'
+ import wxversion
+- wxversion.ensureMinimal(WX_VERSION)
++ wxversion.select('2.6')
+ except ImportError:
+- print 'You need to install at least wxPython v%s to run SPE.\nGet it from http://www.wxpython.org'%WX_VERSION
++ print 'You need to install wxPython v%s to run SPE.\nGet it from http://www.wxpython.org'%WX_VERSION
+ sys.exit()
+
+ import info