From cae0027083fa49342b524778364314c4eed41261 Mon Sep 17 00:00:00 2001 From: Sergei Trofimovich Date: Mon, 13 Apr 2020 19:44:08 +0100 Subject: */*: dekeyword haskell on ia64 ia64 is an unregisterised GHC target. That means you need a few days to build ghc itself. It's fun to play with but not practical to use software. Cross-compilation to ia64 still works. Let's drop keywords. Signed-off-by: Sergei Trofimovich --- dev-haskell/haskeline/haskeline-0.7.1.2.ebuild | 2 +- dev-haskell/haskeline/haskeline-0.7.1.3.ebuild | 2 +- dev-haskell/haskeline/haskeline-0.7.2.1.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'dev-haskell/haskeline') diff --git a/dev-haskell/haskeline/haskeline-0.7.1.2.ebuild b/dev-haskell/haskeline/haskeline-0.7.1.2.ebuild index a48cf7ed4d07..da156e885008 100644 --- a/dev-haskell/haskeline/haskeline-0.7.1.2.ebuild +++ b/dev-haskell/haskeline/haskeline-0.7.1.2.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" LICENSE="BSD" SLOT="0/${PV}" -KEYWORDS="amd64 ~ia64 ppc ppc64 x86 ~ppc-macos ~x86-macos" +KEYWORDS="amd64 ppc ppc64 x86 ~ppc-macos ~x86-macos" IUSE="legacy-encoding libiconv +terminfo" RDEPEND=">=dev-haskell/transformers-0.2:=[profile?]