summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2008-10-19 15:33:11 +0000
committerGilles Dartiguelongue <eva@gentoo.org>2008-10-19 15:33:11 +0000
commitc73fb88f434484215b105727bfd65ef6c74dd74d (patch)
tree26a7a90f86e3a8c2e6ebe00b4db3c3eeb0166182 /dev-python/pygtk
parentamd64/x86 stable, bug #242756 (diff)
downloadgentoo-2-c73fb88f434484215b105727bfd65ef6c74dd74d.tar.gz
gentoo-2-c73fb88f434484215b105727bfd65ef6c74dd74d.tar.bz2
gentoo-2-c73fb88f434484215b105727bfd65ef6c74dd74d.zip
adding forgotten patch.
(Portage version: 2.2_rc12/cvs/Linux 2.6.24-gentoo-r8-mactel x86_64)
Diffstat (limited to 'dev-python/pygtk')
-rw-r--r--dev-python/pygtk/ChangeLog6
-rw-r--r--dev-python/pygtk/files/pygtk-2.13.0-fix-codegen-location.patch11
2 files changed, 16 insertions, 1 deletions
diff --git a/dev-python/pygtk/ChangeLog b/dev-python/pygtk/ChangeLog
index 88d6c7248fa0..0daca6c1ffbb 100644
--- a/dev-python/pygtk/ChangeLog
+++ b/dev-python/pygtk/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/pygtk
# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pygtk/ChangeLog,v 1.190 2008/10/19 11:42:17 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pygtk/ChangeLog,v 1.191 2008/10/19 15:33:11 eva Exp $
+
+ 19 Oct 2008; Gilles Dartiguelongue <eva@gentoo.org>
+ +files/pygtk-2.13.0-fix-codegen-location.patch:
+ adding forgotten patch.
*pygtk-2.13.0 (19 Oct 2008)
diff --git a/dev-python/pygtk/files/pygtk-2.13.0-fix-codegen-location.patch b/dev-python/pygtk/files/pygtk-2.13.0-fix-codegen-location.patch
new file mode 100644
index 000000000000..701d828f1f88
--- /dev/null
+++ b/dev-python/pygtk/files/pygtk-2.13.0-fix-codegen-location.patch
@@ -0,0 +1,11 @@
+--- a/pygtk-2.0.pc.in 2007-11-01 12:20:22.000000000 -0400
++++ b/pygtk-2.0.pc.in 2008-05-28 22:21:04.000000000 -0400
+@@ -12,7 +12,7 @@ pygtkincludedir=${includedir}/pygtk-2.0
+ # This is strictly speaking not necessarily so (we refer to another
+ # package), but we want to preserve compatibility with times codegen
+ # was in PyGTK, not PyGObject.
+-codegendir=${datadir}/pygobject/2.0/codegen
++codegendir=${pyexecdir}/gtk-2.0/codegen
+
+ Name: PyGTK
+ Description: Python bindings for GTK+ and related libraries