diff options
author | Olivier Crête <tester@gentoo.org> | 2005-05-18 02:59:21 +0000 |
---|---|---|
committer | Olivier Crête <tester@gentoo.org> | 2005-05-18 02:59:21 +0000 |
commit | 9ea4665e12518c0425a015b2add7f35e2012fae1 (patch) | |
tree | 76981f3d711f86d27d92a13e14a03fd7e25189f6 /net-p2p/pysoulseek/files | |
parent | Version bump. (diff) | |
download | gentoo-2-9ea4665e12518c0425a015b2add7f35e2012fae1.tar.gz gentoo-2-9ea4665e12518c0425a015b2add7f35e2012fae1.tar.bz2 gentoo-2-9ea4665e12518c0425a015b2add7f35e2012fae1.zip |
Version bump, also added patch to work with multislot wxpython
(Portage version: 2.0.51.19)
Diffstat (limited to 'net-p2p/pysoulseek/files')
-rw-r--r-- | net-p2p/pysoulseek/files/digest-pysoulseek-1.2.7b | 1 | ||||
-rw-r--r-- | net-p2p/pysoulseek/files/pysoulseek-1.2.7b-multislot.patch | 11 |
2 files changed, 12 insertions, 0 deletions
diff --git a/net-p2p/pysoulseek/files/digest-pysoulseek-1.2.7b b/net-p2p/pysoulseek/files/digest-pysoulseek-1.2.7b new file mode 100644 index 000000000000..e2a1f8e54a5d --- /dev/null +++ b/net-p2p/pysoulseek/files/digest-pysoulseek-1.2.7b @@ -0,0 +1 @@ +MD5 c7a112eef6f59c4e9602cd4a9b3d9a31 pyslsk-1.2.7b.tar.gz 100414 diff --git a/net-p2p/pysoulseek/files/pysoulseek-1.2.7b-multislot.patch b/net-p2p/pysoulseek/files/pysoulseek-1.2.7b-multislot.patch new file mode 100644 index 000000000000..eb95ebc9a2ae --- /dev/null +++ b/net-p2p/pysoulseek/files/pysoulseek-1.2.7b-multislot.patch @@ -0,0 +1,11 @@ +--- pyslsk.orig 2005-05-17 22:43:08.000000000 -0400 ++++ pyslsk 2005-05-17 22:44:25.000000000 -0400 +@@ -25,6 +25,8 @@ + binary package and what you try to run PySoulSeek with.)""" + + try: ++ import wxversion ++ wxversion.select("2.6") + import wxPython.wx + except: + import sys |