Bug 164807 - sci-libs/pymmlib - wrong python_mod_* usage
Bug#: 164807 Product:  Gentoo Linux Version: 2006.1 Platform: All
OS/Version: Linux Status: RESOLVED Severity: normal Priority: P2
Resolution: FIXED Assigned To: sci-chemistry@gentoo.org Reported By: jakub@gentoo.org
Component: Ebuilds
URL: 
Summary: sci-libs/pymmlib - wrong python_mod_* usage
Keywords:  
Status Whiteboard: 
Opened: 2007-02-01 10:47 0000
Description:   Opened: 2007-02-01 10:47 0000
You are hardcoding python version there and don't run python_mod_cleanup on
uninstall. Patch attached below.

------- Comment #1 From Jakub Moc (RETIRED) 2007-02-01 10:52:19 0000 -------
Created an attachment (id=108835) [details]
pymmlib-0.9.8.ebuild.diff

------- Comment #2 From Markus Dittrich 2007-02-01 14:42:32 0000 -------
Hi Jakub,

Thanks a lot for the note and I just fixed this in cvs. It turns out that
we need an additional call to python_version before python_mod_cleanup
to get {PYVER} set up properly.

cheers,
Markus