summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormatoro <matoro@users.noreply.github.com>2022-07-12 16:05:20 -0400
committerSam James <sam@gentoo.org>2022-07-22 22:14:54 +0000
commit36b6834a5e3996c206f6f29c154499706fb7a513 (patch)
tree90a3d534a53aa69d8ccd3c727145a25839de8bd7
parentdev-haskell/bsb-http-chunked: keyword 0.0.0.4 for ~ppc64 (diff)
downloadgentoo-36b6834a5e3996c206f6f29c154499706fb7a513.tar.gz
gentoo-36b6834a5e3996c206f6f29c154499706fb7a513.tar.bz2
gentoo-36b6834a5e3996c206f6f29c154499706fb7a513.zip
dev-haskell/byteorder: keyword 1.0.4 for ~ppc64
Signed-off-by: matoro <matoro@users.noreply.github.com> Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--dev-haskell/byteorder/byteorder-1.0.4.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-haskell/byteorder/byteorder-1.0.4.ebuild b/dev-haskell/byteorder/byteorder-1.0.4.ebuild
index fae9f941b8f1..8f0331f66fc3 100644
--- a/dev-haskell/byteorder/byteorder-1.0.4.ebuild
+++ b/dev-haskell/byteorder/byteorder-1.0.4.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:=