diff options
author | Matt Turner <mattst88@gentoo.org> | 2020-03-16 19:59:59 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2020-03-16 20:00:34 -0700 |
commit | b171e42ecc2668ce265d8612b8c7713cdbc1b452 (patch) | |
tree | ab1e17dfe68539e457c552bb95e7cdd8a609baa4 /dev-lang/ghc/ghc-8.0.2.ebuild | |
parent | dev-haskell/*: drop alpha keywords (diff) | |
download | gentoo-b171e42ecc2668ce265d8612b8c7713cdbc1b452.tar.gz gentoo-b171e42ecc2668ce265d8612b8c7713cdbc1b452.tar.bz2 gentoo-b171e42ecc2668ce265d8612b8c7713cdbc1b452.zip |
dev-lang/ghc: Drop alpha keywords
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'dev-lang/ghc/ghc-8.0.2.ebuild')
-rw-r--r-- | dev-lang/ghc/ghc-8.0.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/ghc/ghc-8.0.2.ebuild b/dev-lang/ghc/ghc-8.0.2.ebuild index 853817376276..f9488abb75ce 100644 --- a/dev-lang/ghc/ghc-8.0.2.ebuild +++ b/dev-lang/ghc/ghc-8.0.2.ebuild @@ -71,7 +71,7 @@ BUMP_LIBRARIES=( LICENSE="BSD" SLOT="0/${PV}" -KEYWORDS="~alpha amd64 ia64 x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ia64 x86 ~amd64-linux ~x86-linux" IUSE="doc ghcbootstrap ghcmakebinary +gmp +profile" IUSE+=" binary" |