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/xml/xml-1.3.13.ebuild | 2 +- dev-haskell/xml/xml-1.3.14.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'dev-haskell/xml') diff --git a/dev-haskell/xml/xml-1.3.13.ebuild b/dev-haskell/xml/xml-1.3.13.ebuild index c737caa4e4b4..df1bf93b67a4 100644 --- a/dev-haskell/xml/xml-1.3.13.ebuild +++ b/dev-haskell/xml/xml-1.3.13.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" LICENSE="BSD" SLOT="0/${PV}" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~x86" IUSE="" RDEPEND="dev-haskell/text:=[profile?] diff --git a/dev-haskell/xml/xml-1.3.14.ebuild b/dev-haskell/xml/xml-1.3.14.ebuild index dc5bf46ee313..3a0f55cfd680 100644 --- a/dev-haskell/xml/xml-1.3.14.ebuild +++ b/dev-haskell/xml/xml-1.3.14.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" LICENSE="BSD" SLOT="0/${PV}" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~x86" IUSE="" RDEPEND="dev-haskell/text:=[profile?] -- cgit v1.2.3-65-gdbad