summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormatoro <matoro@users.noreply.github.com>2022-07-11 23:22:28 -0400
committerSam James <sam@gentoo.org>2022-07-22 22:15:38 +0000
commit48529a89807c67bb976773ccd543c00a3b70a969 (patch)
treeefd33bec62e2d946a80f09754c8a2c748a230237 /dev-haskell/safe
parentdev-haskell/retry: add 0.9.0.0 (diff)
downloadgentoo-48529a89807c67bb976773ccd543c00a3b70a969.tar.gz
gentoo-48529a89807c67bb976773ccd543c00a3b70a969.tar.bz2
gentoo-48529a89807c67bb976773ccd543c00a3b70a969.zip
dev-haskell/safe: keyword 0.3.19 for ~ppc64
Signed-off-by: matoro <matoro@users.noreply.github.com> Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-haskell/safe')
-rw-r--r--dev-haskell/safe/safe-0.3.19.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-haskell/safe/safe-0.3.19.ebuild b/dev-haskell/safe/safe-0.3.19.ebuild
index bc16cc4eeacc..585148c03207 100644
--- a/dev-haskell/safe/safe-0.3.19.ebuild
+++ b/dev-haskell/safe/safe-0.3.19.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.10.1:=