summaryrefslogtreecommitdiff
path: root/dev-lang/ada-bootstrap/ada-bootstrap-12.ebuild
AgeCommit message (Collapse)Author
2025-01-24dev-lang/ada-bootstrap: add amd64 binaries for 11/12/13Sam James
Same chroot as before but tree state at 67eeb6e0867dd39abfd50edefd68d20919bba7e6. Of course, couldn't use crossdev, so rebuilt natively in the chroot w/ FEATURES="buildpkg". They are newer versions of each slot because it necessarily upgraded them to rebuild to get the binpkgs, though. This just leaves x86 which has a similar problem (perhaps I should've chosen a nomultilib stage3 to begin with). Signed-off-by: Sam James <sam@gentoo.org>
2025-01-23dev-lang/ada-bootstrap: stabilise 12, 13Sam James
Signed-off-by: Sam James <sam@gentoo.org>
2025-01-22dev-lang/ada-bootstrap: fix RDEPENDSam James
It's prebuilt so can't be rebuilt against new subslots, of course. Signed-off-by: Sam James <sam@gentoo.org>
2025-01-22dev-lang/ada-bootstrap: add 12Sam James
No ~loong as GCC 12 didn't support it. Adding older branches to facilitate GCC testing. I originally wasn't going to bother but I'd like to bisect an issue on ARM, so... Built with ::gentoo at 6895c729372e48a5f596abd65cfeb26c178c5b17, same stage3 as before for earlier binaries (stage3-amd64-hardened-systemd-20241214T201851Z). The only quirk is, for `build-ada-bootsraps`, crossdev's behaviour with --gcc to specify certain versions may use unkeyworded GCC in a particular slot (not checked), but easy to reproduce still with the right ::gentoo commit. See https://github.com/thesamesam/sam-gentoo-scripts/blob/2c192ac1461144fb2a2ab83014ad13794e4efc3d/niche/build-ada-bootstraps. Signed-off-by: Sam James <sam@gentoo.org>