at revdep-rebuild audit results broken because libaudit.la is needed by python2.4/site-pkg/_audit.la
Reopen with some errors.
Ok. Try to explain, excuse for bad english. At line 45 of ebuild, in funcion src_install I see the instrucion rm -rf ${D}/lib/*.la ${D}/usr/lib/*.la but in /usr/lib/phython2.4/site-package/_audit.la is needed /usr/lib/libaudit.la This only break the dependance check in revdep-rebuild, I have no errors at run time to report. I dont know why libaudit.la is removed but or will add in ebuild a line to remove the file _audit.la or will remove the line 45. In every case the system seems to run without errors.
rm -rf /somedir/*.someext will not work as expectcted in ebuild because *.someext is expanded but rm will not search in subdirs for match.
fixed in CVS.