summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* */*: unkeyword ~ia64Arthur Zamarin2024-09-121-1/+1
| | | | | | | | Change was created by running the following command:: ekeyword ^ia64 */*/*.ebuild Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* sys-fs/mdadm: EAPI=8, return -fPIEArthur Zamarin2024-09-121-0/+125
sys-fs/mdadm fails to compile. Makefile has `CWFLAGS ?= -Wall -Werror` and ebuild overwrites that. Then ld failes with: ld: mdadm.o: relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a PIE object; recompile with -fPIE Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>