summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormatoro <matoro@users.noreply.github.com>2022-07-12 15:32:32 -0400
committerSam James <sam@gentoo.org>2022-07-22 22:15:03 +0000
commitb9efa927f3572ab3b1fe6ec0652e383d8f12cf60 (patch)
treeec897ea440c8eacddc3c7ac4ed725b06cc9c81ff /dev-haskell/digest/digest-0.0.1.2.ebuild
parentdev-haskell/diff: keyword 0.4.0 for ~ppc64 (diff)
downloadgentoo-b9efa927f3572ab3b1fe6ec0652e383d8f12cf60.tar.gz
gentoo-b9efa927f3572ab3b1fe6ec0652e383d8f12cf60.tar.bz2
gentoo-b9efa927f3572ab3b1fe6ec0652e383d8f12cf60.zip
dev-haskell/digest: keyword 0.0.1.2 for ~ppc64
Signed-off-by: matoro <matoro@users.noreply.github.com> Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-haskell/digest/digest-0.0.1.2.ebuild')
-rw-r--r--dev-haskell/digest/digest-0.0.1.2.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-haskell/digest/digest-0.0.1.2.ebuild b/dev-haskell/digest/digest-0.0.1.2.ebuild
index 45b7a198e8d7..b56b33cbf014 100644
--- a/dev-haskell/digest/digest-0.0.1.2.ebuild
+++ b/dev-haskell/digest/digest-0.0.1.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 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 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~ppc64 ~x86 ~amd64-linux ~x86-linux"
IUSE=""
RDEPEND=">=dev-lang/ghc-7.4.1:=