From 954aeacd93b34349bd71eaf1bb9bfc4e24c5e109 Mon Sep 17 00:00:00 2001 From: Jack Todaro Date: Wed, 29 Jul 2020 10:18:04 +1000 Subject: [PATCH] dev-lang/ghc: keyword ~amd64 and ~x86 Bug: https://bugs.gentoo.org/648006 Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: Jack Todaro Closes: https://github.com/gentoo/gentoo/pull/16890 Signed-off-by: Sergei Trofimovich --- dev-lang/ghc/ghc-8.8.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-lang/ghc/ghc-8.8.4.ebuild b/dev-lang/ghc/ghc-8.8.4.ebuild index cd4edbc600163..9ada4d7c1c104 100644 --- a/dev-lang/ghc/ghc-8.8.4.ebuild +++ b/dev-lang/ghc/ghc-8.8.4.ebuild @@ -74,7 +74,7 @@ BUMP_LIBRARIES=( LICENSE="BSD" SLOT="0/${PV}" -KEYWORDS="" +KEYWORDS="~amd64 ~x86" IUSE="big-endian doc elfutils ghcbootstrap ghcmakebinary +gmp numa profile test" IUSE+=" binary" RESTRICT="!test? ( test )"