aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-08-30 08:56:06 +0100
committerSam James <sam@gentoo.org>2023-08-30 08:56:08 +0100
commit94a94ad43c22e5c861e4014f2265d5c66a4df238 (patch)
treea835ed6ed89befcbc36ef8d3bf222d77b296734f /dev-util/dwarves/files/dwarves-1.10-python-import.patch
parentnet-fs/cifs-utils: treeclean (diff)
downloadmusl-94a94ad43c22e5c861e4014f2265d5c66a4df238.tar.gz
musl-94a94ad43c22e5c861e4014f2265d5c66a4df238.tar.bz2
musl-94a94ad43c22e5c861e4014f2265d5c66a4df238.zip
dev-util/dwarves: treeclean
It's dev-util/pahole nowadays anyway. Signed-off-by: Sam James <sam@gentoo.org>
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.patch15
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
-