diff options
Diffstat (limited to 'devel/gobject-introspection/files/patch-giscanner_xmlwriter.py')
-rw-r--r-- | devel/gobject-introspection/files/patch-giscanner_xmlwriter.py | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/gobject-introspection/files/patch-giscanner_xmlwriter.py b/devel/gobject-introspection/files/patch-giscanner_xmlwriter.py deleted file mode 100644 index 94b3ca939d52..000000000000 --- a/devel/gobject-introspection/files/patch-giscanner_xmlwriter.py +++ /dev/null @@ -1,11 +0,0 @@ ---- giscanner/xmlwriter.py.orig -+++ giscanner/xmlwriter.py -@@ -67,7 +67,7 @@ def collect_attributes(tag_name, attributes, self_indent, - return attr_value - - --with LibtoolImporter: -+with LibtoolImporter(None, None): - from giscanner._giscanner import collect_attributes - - |