summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* gui-wm/hikari: add MAKEOPTS filtering hack for nowSam James2021-03-251-0/+5
| | | | | | | | | | | We need to hack out --load-average (-l) from MAKEOPTS for now until we have a better way (e.g. flag-o-matic.eclass) to filter out options from MAKEOPTS for implementations which don't support it, like bmake. Thanks-to: ggabriel Bug: https://bugs.gentoo.org/778191 Signed-off-by: Sam James <sam@gentoo.org>
* gui-wm/hikari: fix dev-libs/wayland-protocols dependencySam James2021-03-251-1/+3
| | | | | | | | This belongs in DEPEND, not BDEPEND, because we need the 'right type' (they could differ) of the headers and for them to be in the right location. Signed-off-by: Sam James <sam@gentoo.org>
* gui-wm/hikari: fix {PV} -> ${PV} typoSam James2021-03-251-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* gui-wm/hikari: use emake instead of (b)make directlySam James2021-03-251-7/+12
| | | | | | | | | PMS guarantees [0] that 'emake' respects ${MAKE}, so let's use that to ensure that e.g. ${MAKEFLAGS} from the user is respected. [0] https://dev.gentoo.org/~ulm/pms/head/pms.html#x1-12800012.3.8 Signed-off-by: Sam James <sam@gentoo.org>
* gui-wm/hikari: fix suid flag usageAisha Tammy2020-12-151-0/+66
was changed from WITH_SUID to WITHOUT_SUID Closes: https://bugs.gentoo.org/758968 Package-Manager: Portage-3.0.11, Repoman-3.0.2 Signed-off-by: Aisha Tammy <gentoo@aisha.cc> Closes: https://github.com/gentoo/gentoo/pull/18564 Signed-off-by: Aaron Bauman <bman@gentoo.org>