summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormatoro <matoro@users.noreply.github.com>2022-08-25 13:44:39 -0400
committerSam James <sam@gentoo.org>2022-08-31 22:26:45 +0100
commit9735f9a8e247cd3d82a10f157e5fba28f7ef9840 (patch)
tree08442b96c7f3a2d6b2a7b71431424f3c47f60593 /dev-haskell
parentdev-haskell/attoparsec: keyword 0.14.4 for ~arm64 (diff)
downloadgentoo-9735f9a8e247cd3d82a10f157e5fba28f7ef9840.tar.gz
gentoo-9735f9a8e247cd3d82a10f157e5fba28f7ef9840.tar.bz2
gentoo-9735f9a8e247cd3d82a10f157e5fba28f7ef9840.zip
dev-haskell/wcwidth: keyword 0.0.2 for ~arm64
Thanks-to: Marcus Comstedt <marcus@mc.pp.se> Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-haskell')
-rw-r--r--dev-haskell/wcwidth/wcwidth-0.0.2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-haskell/wcwidth/wcwidth-0.0.2.ebuild b/dev-haskell/wcwidth/wcwidth-0.0.2.ebuild
index 1bc46caa110d..eed3876aa063 100644
--- a/dev-haskell/wcwidth/wcwidth-0.0.2.ebuild
+++ b/dev-haskell/wcwidth/wcwidth-0.0.2.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0/${PV}"
-KEYWORDS="~amd64 ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
IUSE="cli"
RDEPEND=">=dev-lang/ghc-7.4.1:=