diff options
author | Rob Cakebread <pythonhead@gentoo.org> | 2005-05-13 19:32:47 +0000 |
---|---|---|
committer | Rob Cakebread <pythonhead@gentoo.org> | 2005-05-13 19:32:47 +0000 |
commit | 89019c589270e1abcb3c73a87eb3c7082c2a4bef (patch) | |
tree | 2ae46d4ce1b63bd3f7d5bc925e9c668b07576867 /dev-python/wxpython-docs | |
parent | Marking 3.2.15 stable (x86) (diff) | |
download | gentoo-2-89019c589270e1abcb3c73a87eb3c7082c2a4bef.tar.gz gentoo-2-89019c589270e1abcb3c73a87eb3c7082c2a4bef.tar.bz2 gentoo-2-89019c589270e1abcb3c73a87eb3c7082c2a4bef.zip |
Removed old patch
Diffstat (limited to 'dev-python/wxpython-docs')
-rw-r--r-- | dev-python/wxpython-docs/files/viewdocs-2.6.0.0.patch | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/dev-python/wxpython-docs/files/viewdocs-2.6.0.0.patch b/dev-python/wxpython-docs/files/viewdocs-2.6.0.0.patch deleted file mode 100644 index a260f3ab68bb..000000000000 --- a/dev-python/wxpython-docs/files/viewdocs-2.6.0.0.patch +++ /dev/null @@ -1,21 +0,0 @@ ---- docs/viewdocs.orig.py 2005-05-02 13:14:34.905664232 -0700 -+++ docs/viewdocs.py 2005-05-02 13:16:12.129883904 -0700 -@@ -1,6 +1,9 @@ - #!/usr/bin/env python - #--------------------------------------------------------------------------- - -+import wxversion -+wxversion.select("2.6") -+ - import sys, os, glob - import wx - from wx.tools import helpviewer -@@ -20,7 +23,7 @@ - - # setup the args - args = ['', -- '--cache='+basePath, -+ '--cache=/tmp', - os.path.join(basePath, 'wx.zip'), - os.path.join(basePath, 'ogl.zip'), - ] |