summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* games-arcade/tuxanci: fix install paths and opengl, tidyIonen Wolkens2021-07-291-0/+45
bug #804642: ebuild itself been passing /usr/{pixmaps,applications} since games.eclass removal and this went unnoticed for 4 years. bug #798651: As a "fix" to bug #715132, it was made to search for GLU instead of GL and unsurprisingly failing to find GL symbols. This does not use GLU at all, so only remove version check. Removed ipv6,nls,sound IUSE, enable by default. USE=-sound was also installing ogg files either way. Also removed debug IUSE because all it does is override user CFLAGS. Closes: https://bugs.gentoo.org/798651 Closes: https://bugs.gentoo.org/804642 Signed-off-by: Ionen Wolkens <ionen@gentoo.org>