From 8ca8d3d7fb7bd3f08818316cf101514de14a5d02 Mon Sep 17 00:00:00 2001 From: Sergei Trofimovich Date: Fri, 7 Aug 2020 23:31:26 +0100 Subject: */*: drop ~ppc and ~ppc64 keywords for dev-lang/ghc and rdeps dev-lang/ghc was not being kept up to date consistently for quite a while. We'll still try to build ppc64 BE/LE binaries for it but no promise of keywords. Signed-off-by: Sergei Trofimovich --- dev-haskell/c2hs/c2hs-0.16.4.ebuild | 2 +- dev-haskell/c2hs/c2hs-0.16.5.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'dev-haskell/c2hs') diff --git a/dev-haskell/c2hs/c2hs-0.16.4.ebuild b/dev-haskell/c2hs/c2hs-0.16.4.ebuild index c11cab9918ea..39b96a9617aa 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 ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~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 14584f769269..b8829777f1fe 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 ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~x86" IUSE="doc" DEPEND=">=dev-lang/ghc-6.10.4 -- cgit v1.2.3-65-gdbad