diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2020-04-13 19:44:08 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2020-04-13 19:45:48 +0100 |
commit | cae0027083fa49342b524778364314c4eed41261 (patch) | |
tree | e1814a64acf6de522725ebc5260b2cb29cd868cd /dev-haskell/c2hs | |
parent | profiles/package.mask: mask dev-tcltk/anigif for retiring (diff) | |
download | gentoo-cae0027083fa49342b524778364314c4eed41261.tar.gz gentoo-cae0027083fa49342b524778364314c4eed41261.tar.bz2 gentoo-cae0027083fa49342b524778364314c4eed41261.zip |
*/*: 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 <slyfox@gentoo.org>
Diffstat (limited to 'dev-haskell/c2hs')
-rw-r--r-- | dev-haskell/c2hs/c2hs-0.16.4.ebuild | 2 | ||||
-rw-r--r-- | dev-haskell/c2hs/c2hs-0.16.5.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-haskell/c2hs/c2hs-0.16.4.ebuild b/dev-haskell/c2hs/c2hs-0.16.4.ebuild index 740d199d80b0..1899890112fc 100644 --- a/dev-haskell/c2hs/c2hs-0.16.4.ebuild +++ b/dev-haskell/c2hs/c2hs-0.16.4.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~ia64 ppc ppc64 x86" +KEYWORDS="amd64 ppc ppc64 x86" IUSE="doc" DEPEND=">=dev-lang/ghc-6.10.4 diff --git a/dev-haskell/c2hs/c2hs-0.16.5.ebuild b/dev-haskell/c2hs/c2hs-0.16.5.ebuild index d68c0de39625..24ee18e7e9a5 100644 --- a/dev-haskell/c2hs/c2hs-0.16.5.ebuild +++ b/dev-haskell/c2hs/c2hs-0.16.5.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~ia64 ~ppc ~ppc64 x86" +KEYWORDS="amd64 ~ppc ~ppc64 x86" IUSE="doc" DEPEND=">=dev-lang/ghc-6.10.4 |