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/unix-compat | |
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/unix-compat')
4 files changed, 4 insertions, 4 deletions
diff --git a/dev-haskell/unix-compat/unix-compat-0.4.1.3.ebuild b/dev-haskell/unix-compat/unix-compat-0.4.1.3.ebuild index 9d30635654a1..bf2b347d0e13 100644 --- a/dev-haskell/unix-compat/unix-compat-0.4.1.3.ebuild +++ b/dev-haskell/unix-compat/unix-compat-0.4.1.3.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" +KEYWORDS="amd64 ppc ppc64 x86" IUSE="old-time" RDEPEND=">=dev-lang/ghc-7.4.1:= diff --git a/dev-haskell/unix-compat/unix-compat-0.4.1.4.ebuild b/dev-haskell/unix-compat/unix-compat-0.4.1.4.ebuild index 8e0a110523dd..15f0985f9453 100644 --- a/dev-haskell/unix-compat/unix-compat-0.4.1.4.ebuild +++ b/dev-haskell/unix-compat/unix-compat-0.4.1.4.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" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" IUSE="old-time" RDEPEND=">=dev-lang/ghc-7.4.1:= diff --git a/dev-haskell/unix-compat/unix-compat-0.4.2.0.ebuild b/dev-haskell/unix-compat/unix-compat-0.4.2.0.ebuild index 11855db89022..e0c3eec13ee3 100644 --- a/dev-haskell/unix-compat/unix-compat-0.4.2.0.ebuild +++ b/dev-haskell/unix-compat/unix-compat-0.4.2.0.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" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" IUSE="old-time" RDEPEND=">=dev-lang/ghc-7.4.1:= diff --git a/dev-haskell/unix-compat/unix-compat-0.4.3.1.ebuild b/dev-haskell/unix-compat/unix-compat-0.4.3.1.ebuild index d8d066a5d0cd..4c8c7c26a40e 100644 --- a/dev-haskell/unix-compat/unix-compat-0.4.3.1.ebuild +++ b/dev-haskell/unix-compat/unix-compat-0.4.3.1.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 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ppc ppc64 x86 ~amd64-linux ~x86-linux" IUSE="old-time" RDEPEND=">=dev-lang/ghc-7.4.1:= |