Bug 193332 - sys-libs/libcap doesn't clean up optimize python modules after itself
Bug#: 193332 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: Linux Status: RESOLVED Severity: normal Priority: P2
Resolution: FIXED Assigned To: base-system@gentoo.org Reported By: leio@gentoo.org
Component: Ebuilds
URL: 
Summary: sys-libs/libcap doesn't clean up optimize python modules after itself
Keywords:  
Status Whiteboard: 
Opened: 2007-09-21 15:23 0000
Description:   Opened: 2007-09-21 15:23 0000
sys-libs/libcap-1.10-r10 should call python_mod_optimize and python_mod_cleanup
with the appropriate arguments in postinst and postrm if python USE flag is
set. Failing to do so can leave python .pyc and .pyo files behind.
This happened for me with leftover libcap.py{c,o} files in python2.4
site-packages after upgrading to python2.5.

------- Comment #1 From Robin Johnson 2007-10-02 08:06:48 0000 -------
in cvs as r11 now.