From d695735f23bab3a8b67e69a6721b2b1fc666f8f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sun, 15 Oct 2017 14:28:33 +0200 Subject: dev-python/python-dsv: Move patches to a dist tarball Closes: https://bugs.gentoo.org/620568 --- .../python-dsv/files/python-dsv-1.4.1-env.patch | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 dev-python/python-dsv/files/python-dsv-1.4.1-env.patch (limited to 'dev-python/python-dsv/files/python-dsv-1.4.1-env.patch') 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 -- cgit v1.2.3