summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* app-arch/xdms: fix build issues with GCC 10.Roman Dobosz2021-04-261-0/+80
| | | | | | | | | Patch origins from Debian. Signed-off-by: Roman Dobosz <gryf73@gmail.com> Bug: https://bugs.gentoo.org/721896 Closes: https://github.com/gentoo/gentoo/pull/20548 Signed-off-by: Sam James <sam@gentoo.org>
* app-arch/xdms: respect DESTDIR, fix man dest, Darwin buildSam James2021-04-182-0/+35
* EAPI 6->7 * Respect DESTDIR (similar patch to app-arch/cksfv, naturally) * Fix VariableScope issue (${ED} in src_configure, see point 1) * Fix man page destination * Fix build on Darwin (append standard undefined lookup flag) Bug: https://bugs.gentoo.org/721896 Signed-off-by: Sam James <sam@gentoo.org>