summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2020-08-07 23:31:26 +0100
committerSergei Trofimovich <slyfox@gentoo.org>2020-08-07 23:53:34 +0100
commit8ca8d3d7fb7bd3f08818316cf101514de14a5d02 (patch)
treedf57bc195ea19fb3d8b2dbe36183f4f923329875 /dev-haskell/tasty
parentmedia-fonts/font-util: Fix homepage (diff)
downloadgentoo-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/tasty')
-rw-r--r--dev-haskell/tasty/tasty-0.3.1.ebuild2
-rw-r--r--dev-haskell/tasty/tasty-0.5.2.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-haskell/tasty/tasty-0.3.1.ebuild b/dev-haskell/tasty/tasty-0.3.1.ebuild
index 708aaae534ab..78242c8f3fbd 100644
--- a/dev-haskell/tasty/tasty-0.3.1.ebuild
+++ b/dev-haskell/tasty/tasty-0.3.1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0/${PV}"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~x86"
IUSE="+colors"
RDEPEND="dev-haskell/mtl:=[profile?]
diff --git a/dev-haskell/tasty/tasty-0.5.2.ebuild b/dev-haskell/tasty/tasty-0.5.2.ebuild
index 9a8b95243939..8a665e605788 100644
--- a/dev-haskell/tasty/tasty-0.5.2.ebuild
+++ b/dev-haskell/tasty/tasty-0.5.2.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0/${PV}"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~x86"
IUSE="+colors"
RDEPEND="dev-haskell/mtl:=[profile?]