summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormatoro <matoro@users.noreply.github.com>2022-07-24 18:21:15 -0400
committerSam James <sam@gentoo.org>2022-07-30 06:58:15 +0100
commitd611b935cfa6418e05b8d576d9e0af7fbb0294ca (patch)
tree86addc9fd5cb6540b6958c2da8f450ccb340fb33 /dev-haskell/sandi
parentdev-haskell/safesemaphore: keyword 0.10.1 for ~ppc64 (diff)
downloadgentoo-d611b935cfa6418e05b8d576d9e0af7fbb0294ca.tar.gz
gentoo-d611b935cfa6418e05b8d576d9e0af7fbb0294ca.tar.bz2
gentoo-d611b935cfa6418e05b8d576d9e0af7fbb0294ca.zip
dev-haskell/sandi: keyword 0.5 for ~ppc64
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-haskell/sandi')
-rw-r--r--dev-haskell/sandi/sandi-0.5.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-haskell/sandi/sandi-0.5.ebuild b/dev-haskell/sandi/sandi-0.5.ebuild
index 5ff1d36abf72..60f4df48e55d 100644
--- a/dev-haskell/sandi/sandi-0.5.ebuild
+++ b/dev-haskell/sandi/sandi-0.5.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
@@ -15,7 +15,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="+conduit"
RDEPEND=">=dev-lang/ghc-7.4.1:=