diff options
author | 2020-08-07 23:31:26 +0100 | |
---|---|---|
committer | 2020-08-07 23:53:34 +0100 | |
commit | 8ca8d3d7fb7bd3f08818316cf101514de14a5d02 (patch) | |
tree | df57bc195ea19fb3d8b2dbe36183f4f923329875 /dev-haskell/polyparse | |
parent | media-fonts/font-util: Fix homepage (diff) | |
download | gentoo-8ca8d3d7fb7bd3f08818316cf101514de14a5d02.tar.gz gentoo-8ca8d3d7fb7bd3f08818316cf101514de14a5d02.tar.bz2 gentoo-8ca8d3d7fb7bd3f08818316cf101514de14a5d02.zip |
*/*: 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 <slyfox@gentoo.org>
Diffstat (limited to 'dev-haskell/polyparse')
-rw-r--r-- | dev-haskell/polyparse/polyparse-1.11.ebuild | 2 | ||||
-rw-r--r-- | dev-haskell/polyparse/polyparse-1.9.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-haskell/polyparse/polyparse-1.11.ebuild b/dev-haskell/polyparse/polyparse-1.11.ebuild index 5920f7dd78c1..2e22ff00fd55 100644 --- a/dev-haskell/polyparse/polyparse-1.11.ebuild +++ b/dev-haskell/polyparse/polyparse-1.11.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0/${PV}" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="" RDEPEND="dev-haskell/text:=[profile?] diff --git a/dev-haskell/polyparse/polyparse-1.9.ebuild b/dev-haskell/polyparse/polyparse-1.9.ebuild index c468aa996db7..4ee88b42f7eb 100644 --- a/dev-haskell/polyparse/polyparse-1.9.ebuild +++ b/dev-haskell/polyparse/polyparse-1.9.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0/${PV}" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~x86" IUSE="" RDEPEND="dev-haskell/text:=[profile?] |