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/test-framework-quickcheck2 | |
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/test-framework-quickcheck2')
3 files changed, 3 insertions, 3 deletions
diff --git a/dev-haskell/test-framework-quickcheck2/test-framework-quickcheck2-0.3.0.2.ebuild b/dev-haskell/test-framework-quickcheck2/test-framework-quickcheck2-0.3.0.2.ebuild index 34f07c77aca3..a6de2c23a637 100644 --- a/dev-haskell/test-framework-quickcheck2/test-framework-quickcheck2-0.3.0.2.ebuild +++ b/dev-haskell/test-framework-quickcheck2/test-framework-quickcheck2-0.3.0.2.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" #hackport: ignore-flag base3 : we don't support base3 #hackport: ignore-flag base4 : we don't support base4 IUSE="" diff --git a/dev-haskell/test-framework-quickcheck2/test-framework-quickcheck2-0.3.0.3-r2.ebuild b/dev-haskell/test-framework-quickcheck2/test-framework-quickcheck2-0.3.0.3-r2.ebuild index a08059cc12b5..fe6c4d2af015 100644 --- a/dev-haskell/test-framework-quickcheck2/test-framework-quickcheck2-0.3.0.3-r2.ebuild +++ b/dev-haskell/test-framework-quickcheck2/test-framework-quickcheck2-0.3.0.3-r2.ebuild @@ -15,7 +15,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="" RDEPEND=">=dev-haskell/extensible-exceptions-0.1.1:=[profile?] <dev-haskell/extensible-exceptions-0.2.0:=[profile?] diff --git a/dev-haskell/test-framework-quickcheck2/test-framework-quickcheck2-0.3.0.5-r1.ebuild b/dev-haskell/test-framework-quickcheck2/test-framework-quickcheck2-0.3.0.5-r1.ebuild index f3d483d3871f..4eb53233e310 100644 --- a/dev-haskell/test-framework-quickcheck2/test-framework-quickcheck2-0.3.0.5-r1.ebuild +++ b/dev-haskell/test-framework-quickcheck2/test-framework-quickcheck2-0.3.0.5-r1.ebuild @@ -15,7 +15,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="" RDEPEND=">=dev-haskell/extensible-exceptions-0.1.1:=[profile?] <dev-haskell/extensible-exceptions-0.2.0:=[profile?] |