summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormatoro <matoro@users.noreply.github.com>2022-07-11 17:02:55 -0400
committerSam James <sam@gentoo.org>2022-07-22 22:14:55 +0000
commit40bf8f73e052ffee75c802ec18bece333e950c39 (patch)
treedb1f0e940df23f00abfa249f0bfe50fce233f328
parentdev-haskell/cabal-doctest: add 1.0.9 (diff)
downloadgentoo-40bf8f73e052ffee75c802ec18bece333e950c39.tar.gz
gentoo-40bf8f73e052ffee75c802ec18bece333e950c39.tar.bz2
gentoo-40bf8f73e052ffee75c802ec18bece333e950c39.zip
dev-haskell/call-stack: keyword 0.3.0 for ~ppc64
Signed-off-by: matoro <matoro@users.noreply.github.com> Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--dev-haskell/call-stack/call-stack-0.3.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-haskell/call-stack/call-stack-0.3.0.ebuild b/dev-haskell/call-stack/call-stack-0.3.0.ebuild
index 2b08e6ab8f78..8ebd0ddfcc1b 100644
--- a/dev-haskell/call-stack/call-stack-0.3.0.ebuild
+++ b/dev-haskell/call-stack/call-stack-0.3.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="MIT"
SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~ppc64 ~x86"
IUSE=""
RDEPEND=">=dev-lang/ghc-8.4.3:=