diff options
Diffstat (limited to 'devel/gobject-introspection/patches/patch-ae')
-rw-r--r-- | devel/gobject-introspection/patches/patch-ae | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/devel/gobject-introspection/patches/patch-ae b/devel/gobject-introspection/patches/patch-ae deleted file mode 100644 index 99f9802c8e4..00000000000 --- a/devel/gobject-introspection/patches/patch-ae +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-ae,v 1.1 2012/02/10 15:14:56 drochner Exp $ - -compatibility with Python<2.7 - ---- giscanner/docbookdescription.py.orig 2011-08-30 01:07:30.000000000 +0000 -+++ giscanner/docbookdescription.py -@@ -1,7 +1,7 @@ - - TAG_PROGRAM_LISTING = '<programlisting' - TAG_CDATA = '<![CDATA[' --TAGS = {TAG_PROGRAM_LISTING, TAG_CDATA, ']]>', '</programlisting>'} -+TAGS = [TAG_PROGRAM_LISTING, TAG_CDATA, ']]>', '</programlisting>'] - - def get_formatted_description(description): - desc = description.replace("|[", "<informalexample><programlisting>") \ |