public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-libs/gobject-introspection/files: gobject-introspection-0.9.0-python27.patch
@ 2010-10-02 14:06 Gilles Dartiguelongue (eva)
  0 siblings, 0 replies; 2+ messages in thread
From: Gilles Dartiguelongue (eva) @ 2010-10-02 14:06 UTC (permalink / raw
  To: gentoo-commits

eva         10/10/02 14:06:37

  Added:                gobject-introspection-0.9.0-python27.patch
  Log:
  Version bump. Fix build with python 2.7, bug #327759. Install documentation with USE=doc, bug #335110.
  
  (Portage version: 2.2_rc88/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  dev-libs/gobject-introspection/files/gobject-introspection-0.9.0-python27.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/gobject-introspection/files/gobject-introspection-0.9.0-python27.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/gobject-introspection/files/gobject-introspection-0.9.0-python27.patch?rev=1.1&content-type=text/plain

Index: gobject-introspection-0.9.0-python27.patch
===================================================================
---
Fix build with python2.7.

Gentoo: #327759.

Thanks to pld-linux people.

--- a/giscanner/xmlwriter.py	2009-09-17 10:53:45.000000000 +0200
+++ b/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
 
 
--- a/giscanner/sourcescanner.py	2010-06-29 15:35:09.000000000 +0200
+++ b/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 = []






^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-libs/gobject-introspection/files: gobject-introspection-0.9.0-python27.patch
@ 2011-02-08  9:54 Pacho Ramos (pacho)
  0 siblings, 0 replies; 2+ messages in thread
From: Pacho Ramos (pacho) @ 2011-02-08  9:54 UTC (permalink / raw
  To: gentoo-commits

pacho       11/02/08 09:54:03

  Removed:              gobject-introspection-0.9.0-python27.patch
  Log:
  Version bump, remove old.
  
  (Portage version: 2.1.9.36/cvs/Linux x86_64)



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-02-08  9:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-08  9:54 [gentoo-commits] gentoo-x86 commit in dev-libs/gobject-introspection/files: gobject-introspection-0.9.0-python27.patch Pacho Ramos (pacho)
  -- strict thread matches above, loose matches on Subject: below --
2010-10-02 14:06 Gilles Dartiguelongue (eva)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox