The Keywords variable is missing in lutris-9999 ebuild script. Is it intentional or just a bug ? Adam
Live ebuilds generally have an empty KEYWORDS variable whether implicitly or explicitly. -9999 is not an upstream version in this case, it is upstream's version control (in this case, git) directly. There is a KEYWORDS variable on line 25 but it does not apply in this case because it is not an actual release.
Yes that is intentional. The live ebuild is a moving target, fetching the latest directly from the upstream git repository. As such there is no checksuming of what we fetch and it therefore can't have keywords.