diff options
| author | Michał Górny <mgorny@gentoo.org> | 2017-10-15 14:28:33 +0200 |
|---|---|---|
| committer | Michał Górny <mgorny@gentoo.org> | 2017-10-15 14:35:59 +0200 |
| commit | d695735f23bab3a8b67e69a6721b2b1fc666f8f0 (patch) | |
| tree | 1329f685ebebd0831942d8bd228b1a10f16a060c /dev-python/python-dsv/files/python-dsv-1.4.1-env.patch | |
| parent | 148e5607dd4ff0ed7657bb6f5ed9d98cc1f5b789 (diff) | |
| download | gentoo-d695735f23bab3a8b67e69a6721b2b1fc666f8f0.tar.gz gentoo-d695735f23bab3a8b67e69a6721b2b1fc666f8f0.tar.bz2 gentoo-d695735f23bab3a8b67e69a6721b2b1fc666f8f0.zip | |
dev-python/python-dsv: Move patches to a dist tarball
Closes: https://bugs.gentoo.org/620568
Diffstat (limited to 'dev-python/python-dsv/files/python-dsv-1.4.1-env.patch')
| -rw-r--r-- | dev-python/python-dsv/files/python-dsv-1.4.1-env.patch | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/dev-python/python-dsv/files/python-dsv-1.4.1-env.patch b/dev-python/python-dsv/files/python-dsv-1.4.1-env.patch deleted file mode 100644 index c2e7aee946dc..000000000000 --- a/dev-python/python-dsv/files/python-dsv-1.4.1-env.patch +++ /dev/null @@ -1,21 +0,0 @@ -Index: python-dsv-1.4.1/DSV/DSV.py -=================================================================== ---- python-dsv-1.4.1.orig/DSV/DSV.py 2003-08-09 06:37:32.000000000 -0400 -+++ python-dsv-1.4.1/DSV/DSV.py 2010-01-26 20:38:02.000000000 -0500 -@@ -127,11 +127,11 @@ - import copy - import exceptions - import string --# RedHat 8.0 (or rather GTK2?) sets LANG = en_us.UTF-8 and apparently some --# older apps (including wxGTK) can't handle this. The fix is to set LANG=C --# before running the app. Thanks to Ahmad Baitalmal for supplying this info. --import os --os.putenv('LANG', 'C') -+## RedHat 8.0 (or rather GTK2?) sets LANG = en_us.UTF-8 and apparently some -+## older apps (including wxGTK) can't handle this. The fix is to set LANG=C -+## before running the app. Thanks to Ahmad Baitalmal for supplying this info. -+# import os -+# os.putenv('LANG', 'C') - - try: - from wxPython import wx, grid |
