summaryrefslogtreecommitdiff
path: root/dev-lang/python/python-3.12.13_p1.ebuild
AgeCommit message (Collapse)Author
12 daysdev-lang/python: pass -fno-lto in LDFLAGS for CBUILD tooSam James
Needed for cross-compiling when -flto is in *FLAGS including LDFLAGS. We already try to disable LTO for the CBUILD Python we build for cross but not in LDFLAGS, so do that too to avoid a configure test failure. Signed-off-by: Sam James <sam@gentoo.org>
2026-03-05dev-lang/python: Fix test_peg_generator in 3.12.13(_p1)Michał Górny
Closes: https://bugs.gentoo.org/953625 Signed-off-by: Michał Górny <mgorny@gentoo.org>