diff options
Diffstat (limited to 'trinity-apps/kima/kima-9999.ebuild')
-rw-r--r-- | trinity-apps/kima/kima-9999.ebuild | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/trinity-apps/kima/kima-9999.ebuild b/trinity-apps/kima/kima-9999.ebuild index e8589e0f..bf9e8237 100644 --- a/trinity-apps/kima/kima-9999.ebuild +++ b/trinity-apps/kima/kima-9999.ebuild @@ -16,6 +16,9 @@ HOMEPAGE="https://trinitydesktop.org/" LICENSE="|| ( GPL-2 GPL-3 )" SLOT="14" +if [[ ${PV} != *9999* ]] ; then + KEYWORDS="~amd64 ~x86" +fi # NVControl support needs the nvidia-settings package, # which isn't in the Portage tree anymore. So if there |