summaryrefslogtreecommitdiffstats
path: root/pym/portage/util/lafilefixer.py
Commit message (Collapse)AuthorAgeFilesLines
* Replace @returns with @return.Zac Medico2012-03-271-1/+1
|
* lafilefixing: Use .replace() instead of the broken regex to update the contentsSebastian Luther2010-07-181-9/+13
|
* Use epytext markup in rewrite_lafile() docstring, and add note aboutZac Medico2010-07-131-3/+7
| | | | use of raw bytes.
* Make lafilefixer handle files in binary mode, in order to avoid potentialZac Medico2010-07-121-28/+29
| | | | character encoding issues.
* Let emerge fix .la filesSebastian Luther2010-07-121-0/+176
Triggered by FEATURES="lafilefixing" (enabled by default) Includes a QA warning for invalid .la files.