summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormatoro <matoro@users.noreply.github.com>2022-07-12 00:29:32 -0400
committerSam James <sam@gentoo.org>2022-07-22 22:15:54 +0000
commit5b74207979a40a97a42edeb31044cf2f5d8f4770 (patch)
treeffe4834600f517a37094d96e9959dddffb386a13 /dev-haskell/timeit
parentdev-haskell/time-compat: add 1.9.6.1 (diff)
downloadgentoo-5b74207979a40a97a42edeb31044cf2f5d8f4770.tar.gz
gentoo-5b74207979a40a97a42edeb31044cf2f5d8f4770.tar.bz2
gentoo-5b74207979a40a97a42edeb31044cf2f5d8f4770.zip
dev-haskell/timeit: keyword 2.0 for ~ppc64
Signed-off-by: matoro <matoro@users.noreply.github.com> Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-haskell/timeit')
-rw-r--r--dev-haskell/timeit/timeit-2.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-haskell/timeit/timeit-2.0.ebuild b/dev-haskell/timeit/timeit-2.0.ebuild
index fba159e684ae..e3045680c2e2 100644
--- a/dev-haskell/timeit/timeit-2.0.ebuild
+++ b/dev-haskell/timeit/timeit-2.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -14,7 +14,7 @@ SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~ppc64 ~x86"
IUSE=""
RDEPEND=">=dev-lang/ghc-7.8.2:=