diff options
author | tnut <thierryn1 at hispeed dot ch> | 2011-01-02 17:51:09 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2011-01-02 17:51:09 +0100 |
commit | d07a50ee4e42cd507b4ac593fde9080001c7e744 (patch) | |
tree | f92cfc53313e3b972a964bfe8f0785eaa979615c /extra | |
parent | ba24415d74568ba49d5c6fb15a6fb98d0ee9986a (diff) | |
download | nutyx-pakxe-d07a50ee4e42cd507b4ac593fde9080001c7e744.tar.gz nutyx-pakxe-d07a50ee4e42cd507b4ac593fde9080001c7e744.tar.bz2 nutyx-pakxe-d07a50ee4e42cd507b4ac593fde9080001c7e744.tar.xz nutyx-pakxe-d07a50ee4e42cd507b4ac593fde9080001c7e744.zip |
gobject-introspection, suppression effective du patch
Diffstat (limited to 'extra')
-rw-r--r-- | extra/gobject-introspection/gobject-introspection-python2.7.patch | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/extra/gobject-introspection/gobject-introspection-python2.7.patch b/extra/gobject-introspection/gobject-introspection-python2.7.patch deleted file mode 100644 index c8af780f8..000000000 --- a/extra/gobject-introspection/gobject-introspection-python2.7.patch +++ /dev/null @@ -1,22 +0,0 @@ ---- gobject-introspection-0.9.0/giscanner/xmlwriter.py~ 2009-09-17 10:53:45.000000000 +0200 -+++ gobject-introspection-0.9.0/giscanner/xmlwriter.py 2010-07-08 15:36:27.702842362 +0200 -@@ -67,7 +67,7 @@ - return attr_value - - --with LibtoolImporter: -+with LibtoolImporter(None, None): - from giscanner._giscanner import collect_attributes - - ---- gobject-introspection-0.9.0/giscanner/sourcescanner.py~ 2010-06-29 15:35:09.000000000 +0200 -+++ gobject-introspection-0.9.0/giscanner/sourcescanner.py 2010-07-08 15:40:05.096144193 +0200 -@@ -196,7 +196,7 @@ - class SourceScanner(object): - - def __init__(self): -- with LibtoolImporter: -+ with LibtoolImporter(None, None): - from giscanner._giscanner import SourceScanner - self._scanner = SourceScanner() - self._filenames = [] |