summaryrefslogtreecommitdiff
path: root/dev-lang/uasm
AgeCommit message (Collapse)Author
2025-10-31dev-lang/uasm: drop 2.56.2Arthur Zamarin
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2025-04-12dev-lang/uasm: Stabilize 2.57 amd64, #953530Michał Górny
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2025-03-11dev-lang/uasm: fix build on newer gccNRK
ideally the source should be fixed upstream. but many of the existing fixes have already been reported to upstream, both by myself and others [1] [2] and upstream has not been responsive. so just patch it up with -std=gnu17 for now. 1: https://github.com/Terraspace/UASM/issues/197 2: https://github.com/Terraspace/UASM/pulls Closes: https://bugs.gentoo.org/951108 Signed-off-by: NRK <nrk@disroot.org> Closes: https://github.com/gentoo/gentoo/pull/40998 Signed-off-by: Sam James <sam@gentoo.org>
2025-03-10dev-lang/uasm: replace custom bool with stdbool.hNRK
Closes: https://bugs.gentoo.org/944192 Signed-off-by: NRK <nrk@disroot.org> Closes: https://github.com/gentoo/gentoo/pull/40969 Signed-off-by: Sam James <sam@gentoo.org>
2025-03-01dev-lang/uasm: add v2.57NRK
Signed-off-by: NRK <nrk@disroot.org> Closes: https://github.com/gentoo/gentoo/pull/40810 Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2024-08-03dev-lang/uasm: Stabilize 2.56.2 amd64, #937105Michał Górny
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2024-06-11dev-lang/uasm: fix makefile dependency orderNRK
Closes: https://bugs.gentoo.org/933867 Signed-off-by: NRK <nrk@disroot.org> Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2024-04-05dev-lang/uasm: workaround modern C issues for nowSam James
Yuck, but I'm importing this from ::guru and it feels wrong to do that and then disable functionality in 7zip. Signed-off-by: Sam James <sam@gentoo.org>
2024-04-05dev-lang/uasm: style tweaksSam James
Signed-off-by: Sam James <sam@gentoo.org>
2024-04-05dev-lang/uasm: new package, add 2.56.2Sam James
Imported from ::guru as of commit ea612f548c48f74fce1abc60d5ad205c521c7492. Adding arthur and myself as well as NRK as discussed in #gentoo-guru. Dep of to-be-shortly-added app-arch/7zip for AES HW acceleration. Bug: https://bugs.gentoo.org/664664 Signed-off-by: Sam James <sam@gentoo.org>