summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* x11-misc/xbatt: pass -std=gnu89Ionen Wolkens2022-10-111-1/+3
| | | | | | | | | | Does not build with `clang -std=c2x`, early workaround for when this will become a default. (not actively hunting for these, merely revisiting packages previously looked at for clang16 even if not an issue "yet"). Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* x11-misc/xbatt: fix build with clang16Ionen Wolkens2022-09-301-0/+1
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* x11-misc/xbatt: force gcc -E for imake's generationIonen Wolkens2022-09-301-2/+4
| | | | | | | | | | Requires traditional cpp support and is broken in all sort of ways with clang-cpp / -E. Can still use clang & friends for everything else. Ideally these packages need to be built another way or last rited, imake will just accumulate more problems. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* x11-misc/xbatt: EAPI6->8, drop dead urlsIonen Wolkens2022-09-301-0/+51
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>