Summary: | sci-physics/root: Verify and potentially improve Python-related code | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Arfrever Frehtes Taifersar Arahesis (RETIRED) <arfrever> |
Component: | Current packages | Assignee: | Gentoo Science Physics related packages <sci-physics> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | jlec |
Priority: | High | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | All | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 308257 |
Description
Arfrever Frehtes Taifersar Arahesis (RETIRED)
2010-04-19 23:49:15 UTC
done python_set_active_version() should be called with USE="python". python_mod_optimize() and python_mod_cleanup() internally prepend ${EPREFIX} to paths. python_mod_cleanup() instead of python_mod_optimize() should be used in pkg_postrm(). I have fixed these problems. |