summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Move {virtual → app-alternatives}/awkMichał Górny2022-12-021-1/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-lang/python: add valgrind supportJonas Jelten2022-11-231-1/+5
| | | | | | | | | | | | When the valgrind useflag is enabled, Python performs a runtime check if it is run in the Valgrind VM, and adjusts its memory allocator to not use pymalloc. Valgrind then does a much better job in tracking the memory reachability. Closes: https://bugs.gentoo.org/610816 Signed-off-by: Jonas Jelten <jj@sft.lol> Closes: https://github.com/gentoo/gentoo/pull/11012 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-lang/python: Backport configure check fix to 2.7.18_p16Michał Górny2022-11-041-0/+312
Signed-off-by: Michał Górny <mgorny@gentoo.org>