diff options
Diffstat (limited to 'audio/rhythmbox/patches/patch-ah')
-rw-r--r-- | audio/rhythmbox/patches/patch-ah | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/audio/rhythmbox/patches/patch-ah b/audio/rhythmbox/patches/patch-ah deleted file mode 100644 index d653d4ffe90..00000000000 --- a/audio/rhythmbox/patches/patch-ah +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-ah,v 1.1 2012/10/17 13:52:03 drochner Exp $ - -gnome bug #617587 - ---- shell/rb-python-module.c.orig 2010-03-25 00:10:15.000000000 +0000 -+++ shell/rb-python-module.c -@@ -169,7 +169,7 @@ rb_python_module_init_python (void) - - mdict = PyModule_GetDict (pygtk); - require = PyDict_GetItemString (mdict, "require"); -- PyObject_CallObject (require, Py_BuildValue ("(S)", PyString_FromString ("2.8"))); -+ PyObject_CallObject (require, Py_BuildValue ("(S)", PyString_FromString ("2.0"))); - - /* import gobject */ - init_pygobject (); |