diff options
author | matoro <matoro@users.noreply.github.com> | 2022-08-26 00:15:38 -0400 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-08-31 22:28:20 +0100 |
commit | af7176a2e5ed516274b3bb4fac9906fdf6ef5297 (patch) | |
tree | 9901cdb8a67eb4217ff18bef08ada2b5b8816cae /dev-haskell/unicode-data | |
parent | dev-haskell/citeproc: keyword 0.7 for ~arm64 (diff) | |
download | gentoo-af7176a2e5ed516274b3bb4fac9906fdf6ef5297.tar.gz gentoo-af7176a2e5ed516274b3bb4fac9906fdf6ef5297.tar.bz2 gentoo-af7176a2e5ed516274b3bb4fac9906fdf6ef5297.zip |
dev-haskell/unicode-data: keyword 0.3.0 for ~arm64
Thanks-to: Marcus Comstedt <marcus@mc.pp.se>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-haskell/unicode-data')
-rw-r--r-- | dev-haskell/unicode-data/unicode-data-0.3.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-haskell/unicode-data/unicode-data-0.3.0.ebuild b/dev-haskell/unicode-data/unicode-data-0.3.0.ebuild index 816a4b7df3b1..64729d63fe4f 100644 --- a/dev-haskell/unicode-data/unicode-data-0.3.0.ebuild +++ b/dev-haskell/unicode-data/unicode-data-0.3.0.ebuild @@ -16,7 +16,7 @@ SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz LICENSE="Apache-2.0" SLOT="0/${PV}" -KEYWORDS="~amd64 ~ppc64 ~x86" +KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" RDEPEND=">=dev-lang/ghc-8.4.3:= " |