diff options
Diffstat (limited to 'dev-util/dwarves/files/dwarves-1.10-python-import.patch')
-rw-r--r-- | dev-util/dwarves/files/dwarves-1.10-python-import.patch | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/dev-util/dwarves/files/dwarves-1.10-python-import.patch b/dev-util/dwarves/files/dwarves-1.10-python-import.patch deleted file mode 100644 index e308ac6e..00000000 --- a/dev-util/dwarves/files/dwarves-1.10-python-import.patch +++ /dev/null @@ -1,15 +0,0 @@ -https://bugs.gentoo.org/show_bug.cgi?id=423817 - ---- dwarves-1.10/ostra/ostra-cg -+++ dwarves-1.10/ostra/ostra-cg -@@ -10,7 +10,9 @@ - # under the terms of version 2 of the GNU General Public License as - # published by the Free Software Foundation. - --import sys, datetime, os, ostra -+import sys -+sys.path.insert(0, "/usr/share/dwarves/runtime/python") -+import datetime, os, ostra - - class_def = None - |