diff options
author | Samuli Suominen <drac@gentoo.org> | 2008-01-31 16:17:54 +0000 |
---|---|---|
committer | Samuli Suominen <drac@gentoo.org> | 2008-01-31 16:17:54 +0000 |
commit | 847ff50792c1307a0d777f4096ae13569e47f5a5 (patch) | |
tree | 1e199433d9499b406871b3837b747d2df4f86078 /dev-python/gst-python/files | |
parent | fix bug #208309 (diff) | |
download | gentoo-2-847ff50792c1307a0d777f4096ae13569e47f5a5.tar.gz gentoo-2-847ff50792c1307a0d777f4096ae13569e47f5a5.tar.bz2 gentoo-2-847ff50792c1307a0d777f4096ae13569e47f5a5.zip |
bye bye broken version
(Portage version: 2.1.4)
Diffstat (limited to 'dev-python/gst-python/files')
-rw-r--r-- | dev-python/gst-python/files/gst-python-0.10.8-atexit.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/dev-python/gst-python/files/gst-python-0.10.8-atexit.patch b/dev-python/gst-python/files/gst-python-0.10.8-atexit.patch deleted file mode 100644 index 46141f6938aa..000000000000 --- a/dev-python/gst-python/files/gst-python-0.10.8-atexit.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -ur gst-python-0.10.8.orig/gst/gstmodule.c gst-python-0.10.8/gst/gstmodule.c ---- gst-python-0.10.8.orig/gst/gstmodule.c 2007-07-28 16:38:15.000000000 +0300 -+++ gst-python-0.10.8/gst/gstmodule.c 2007-11-04 08:26:33.000000000 +0200 -@@ -266,8 +266,6 @@ - - g_timeout_add_full (0, 100, python_do_pending_calls, NULL, NULL); - -- atexit(gst_deinit); -- - if (PyErr_Occurred ()) { - Py_FatalError ("can't initialize module gst"); - } |