--- /usr/portage/dev-python/notify-python/notify-python-0.1.1.ebuild 2008-02-24 10:05:54.000000000 -0500 +++ notify-python-0.1.1-r1.ebuild 2008-03-08 13:16:47.000000000 -0500 @@ -24,6 +24,9 @@ unpack ${A} cd "${S}" + # regenerate pynotify.c (bug #212128) + rm -f src/pynotify.c + # disable pyc compiling mv py-compile py-compile.orig ln -s $(type -P true) py-compile