diff options
author | 2020-04-13 19:44:08 +0100 | |
---|---|---|
committer | 2020-04-13 19:45:48 +0100 | |
commit | cae0027083fa49342b524778364314c4eed41261 (patch) | |
tree | e1814a64acf6de522725ebc5260b2cb29cd868cd /dev-haskell/alex | |
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/alex')
-rw-r--r-- | dev-haskell/alex/alex-3.1.3.ebuild | 2 | ||||
-rw-r--r-- | dev-haskell/alex/alex-3.1.7.ebuild | 2 | ||||
-rw-r--r-- | dev-haskell/alex/alex-3.2.1.ebuild | 2 | ||||
-rw-r--r-- | dev-haskell/alex/alex-3.2.4.ebuild | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/dev-haskell/alex/alex-3.1.3.ebuild b/dev-haskell/alex/alex-3.1.3.ebuild index 26b6ef63eda3..8606dd00338b 100644 --- a/dev-haskell/alex/alex-3.1.3.ebuild +++ b/dev-haskell/alex/alex-3.1.3.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 ~ia64 ppc ppc64 x86" +KEYWORDS="amd64 ppc ppc64 x86" IUSE="doc" RDEPEND="" diff --git a/dev-haskell/alex/alex-3.1.7.ebuild b/dev-haskell/alex/alex-3.1.7.ebuild index 7612e872fc0d..eee9e489717b 100644 --- a/dev-haskell/alex/alex-3.1.7.ebuild +++ b/dev-haskell/alex/alex-3.1.7.ebuild @@ -15,7 +15,7 @@ SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 ~ia64 ~ppc ~ppc64 x86" +KEYWORDS="amd64 ~ppc ~ppc64 x86" IUSE="doc" RDEPEND=">=dev-haskell/quickcheck-2:2= diff --git a/dev-haskell/alex/alex-3.2.1.ebuild b/dev-haskell/alex/alex-3.2.1.ebuild index 3c74867d431a..1e05d258395c 100644 --- a/dev-haskell/alex/alex-3.2.1.ebuild +++ b/dev-haskell/alex/alex-3.2.1.ebuild @@ -15,7 +15,7 @@ SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" IUSE="doc" RDEPEND=">=dev-haskell/quickcheck-2:2= diff --git a/dev-haskell/alex/alex-3.2.4.ebuild b/dev-haskell/alex/alex-3.2.4.ebuild index 87a757721591..70c19cb49028 100644 --- a/dev-haskell/alex/alex-3.2.4.ebuild +++ b/dev-haskell/alex/alex-3.2.4.ebuild @@ -15,7 +15,7 @@ SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" IUSE="doc" RDEPEND=">=dev-lang/ghc-7.4.1:=" |