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-lang/ghc | |
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-lang/ghc')
-rw-r--r-- | dev-lang/ghc/ghc-7.10.3.ebuild | 2 | ||||
-rw-r--r-- | dev-lang/ghc/ghc-7.8.4.ebuild | 2 | ||||
-rw-r--r-- | dev-lang/ghc/ghc-8.0.2.ebuild | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/dev-lang/ghc/ghc-7.10.3.ebuild b/dev-lang/ghc/ghc-7.10.3.ebuild index 9a351c0e7641..1772cc847222 100644 --- a/dev-lang/ghc/ghc-7.10.3.ebuild +++ b/dev-lang/ghc/ghc-7.10.3.ebuild @@ -72,7 +72,7 @@ BUMP_LIBRARIES=( LICENSE="BSD" SLOT="0/${PV}" -KEYWORDS="amd64 ~ia64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux" IUSE="doc ghcbootstrap ghcmakebinary +gmp" IUSE+=" binary" IUSE+=" elibc_glibc" # system stuff diff --git a/dev-lang/ghc/ghc-7.8.4.ebuild b/dev-lang/ghc/ghc-7.8.4.ebuild index bd936355ae3f..8ca6c34ea126 100644 --- a/dev-lang/ghc/ghc-7.8.4.ebuild +++ b/dev-lang/ghc/ghc-7.8.4.ebuild @@ -65,7 +65,7 @@ S="${WORKDIR}"/${GHC_P} SRC_URI+=" https://dev.gentoo.org/~slyfox/distfiles/${P}-ia64-CLOSUREs-regenerated.patch.gz" LICENSE="BSD" SLOT="0/${PV}" -KEYWORDS="amd64 ~ia64 ppc ppc64 x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ppc ppc64 x86 ~amd64-linux ~x86-linux" IUSE="doc ghcbootstrap ghcmakebinary +gmp" IUSE+=" binary" IUSE+=" elibc_glibc" # system stuff diff --git a/dev-lang/ghc/ghc-8.0.2.ebuild b/dev-lang/ghc/ghc-8.0.2.ebuild index 40cc58192d97..e242f25ecc70 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="amd64 ~ia64 x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux" IUSE="doc ghcbootstrap ghcmakebinary +gmp +profile" IUSE+=" binary" |