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/haxml/haxml-1.24.1.ebuild | 2 +- dev-haskell/haxml/haxml-1.24.ebuild | 2 +- dev-haskell/haxml/haxml-1.25.3.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'dev-haskell/haxml') diff --git a/dev-haskell/haxml/haxml-1.24.1.ebuild b/dev-haskell/haxml/haxml-1.24.1.ebuild index ff04e04a23fc..d16d206f483c 100644 --- a/dev-haskell/haxml/haxml-1.24.1.ebuild +++ b/dev-haskell/haxml/haxml-1.24.1.ebuild @@ -17,7 +17,7 @@ SRC_URI="https://hackage.haskell.org/package/${MY_P}/${MY_P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0/${PV}" -KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" IUSE="" RDEPEND=">=dev-haskell/polyparse-1.9:=[profile?] diff --git a/dev-haskell/haxml/haxml-1.24.ebuild b/dev-haskell/haxml/haxml-1.24.ebuild index f2b646b3239e..8fc50de9ad34 100644 --- a/dev-haskell/haxml/haxml-1.24.ebuild +++ b/dev-haskell/haxml/haxml-1.24.ebuild @@ -17,7 +17,7 @@ SRC_URI="https://hackage.haskell.org/package/${MY_P}/${MY_P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0/${PV}" -KEYWORDS="amd64 ~ia64 ~ppc ~ppc64 x86" +KEYWORDS="amd64 ~ppc ~ppc64 x86" IUSE="" RDEPEND=">=dev-haskell/polyparse-1.9:=[profile?] diff --git a/dev-haskell/haxml/haxml-1.25.3.ebuild b/dev-haskell/haxml/haxml-1.25.3.ebuild index 117db3621be9..9e8d4981be7e 100644 --- a/dev-haskell/haxml/haxml-1.25.3.ebuild +++ b/dev-haskell/haxml/haxml-1.25.3.ebuild @@ -17,7 +17,7 @@ SRC_URI="https://hackage.haskell.org/package/${MY_P}/${MY_P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0/${PV}" -KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" IUSE="" RDEPEND=">=dev-haskell/polyparse-1.10:=[profile?] -- cgit v1.2.3-65-gdbad