summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormatoro <matoro@users.noreply.github.com>2022-07-24 19:05:00 -0400
committerSam James <sam@gentoo.org>2022-07-30 06:58:20 +0100
commitf2ce4c8d83713879e5501257a714e7af05f8064a (patch)
treef708517518c58ce7beb37721f52d0c110765e37d /dev-haskell/magic
parentdev-haskell/http-client-restricted: add 0.0.5, drop 0.0.3 (diff)
downloadgentoo-f2ce4c8d83713879e5501257a714e7af05f8064a.tar.gz
gentoo-f2ce4c8d83713879e5501257a714e7af05f8064a.tar.bz2
gentoo-f2ce4c8d83713879e5501257a714e7af05f8064a.zip
dev-haskell/magic: keyword 1.1 for ~ppc64
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-haskell/magic')
-rw-r--r--dev-haskell/magic/magic-1.1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-haskell/magic/magic-1.1.ebuild b/dev-haskell/magic/magic-1.1.ebuild
index 6e247ba72615..0c4072a52d05 100644
--- a/dev-haskell/magic/magic-1.1.ebuild
+++ b/dev-haskell/magic/magic-1.1.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"
+KEYWORDS="~amd64 ~ppc64 ~x86"
IUSE=""
RDEPEND=">=dev-lang/ghc-7.4.1:=