aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* BinpkgEnvExtractor: fix subprocess logfile usage (bug 711174)Zac Medico2020-08-081-1/+6
| | | | | | | | | | | Do not write to log file when in a MergeProcess subprocess, since stdout and stderr are already redirected to the log file by MergeProcess. This fixes log corruption when BinpkgEnvExtractor is use to extract environment.bz2 prior to pkg_prerm. Bug: https://bugs.gentoo.org/711174 Signed-off-by: Zac Medico <zmedico@gentoo.org>
* lib/_emerge/BinpkgEnvExtractor.py: fix whitespaceAaron Bauman2020-08-031-2/+2
| | | | | Signed-off-by: Aaron Bauman <bman@gentoo.org> Signed-off-by: Zac Medico <zmedico@gentoo.org>
* Rename pym→lib, for better distutils-r1 interoperabilityMichał Górny2018-07-181-0/+66
Closes: https://github.com/gentoo/portage/pull/343