# Unmasking All live (`-9999`) packages in this overlay ship with no `KEYWORDS` at all, per Gentoo policy for live ebuilds (see [Live ebuilds](https://wiki.gentoo.org/wiki/Live_ebuilds) and [Keywording concepts and policy](https://devmanual.gentoo.org/keywording/concepts/index.html)). That means `~amd64` will **not** unmask them — you need the `**` wildcard. Add one file per package under `/etc/portage/package.accept_keywords/`: `/etc/portage/package.accept_keywords/nomadnet` ``` net-misc/nomadnet ** ``` `/etc/portage/package.accept_keywords/rns` ``` dev-python/rns ** ``` `/etc/portage/package.accept_keywords/lxmf` ``` dev-python/lxmf ** ``` `/etc/portage/package.accept_keywords/holidays` ``` dev-python/holidays ** ``` `/etc/portage/package.accept_keywords/calcure` ``` app-office/calcure ** ```