summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-libs/apr: keyword 1.7.0-r2 for ~riscvMarek Szuba2021-07-281-1/+1
| | | | Signed-off-by: Marek Szuba <marecki@gentoo.org>
* dev-libs/apr: fix underlinking for atomics on ppc, sparcSam James2021-05-111-0/+162
Fixes errors in the produced library like: > undefined reference to `__sync_val_compare_and_swap_8' Forcing linkage against libatomic didn't work. May be worth investigation in future but need to get ppc and sparc working again. Closes: https://bugs.gentoo.org/740464 Signed-off-by: Sam James <sam@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/20735 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>