| 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.
Created an attachment (id=108835) [details]
pymmlib-0.9.8.ebuild.diff
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