diff options
author | matoro <matoro@users.noreply.github.com> | 2022-08-25 23:57:18 -0400 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-08-31 22:28:18 +0100 |
commit | 20bf0258d795071520ead659abf1b0764422f667 (patch) | |
tree | 80bc75ef41dcf8177d383e2c7fffdd41a5ace159 /dev-haskell/text-icu | |
parent | dev-haskell/timeit: keyword 2.0 for ~arm64 (diff) | |
download | gentoo-20bf0258d795071520ead659abf1b0764422f667.tar.gz gentoo-20bf0258d795071520ead659abf1b0764422f667.tar.bz2 gentoo-20bf0258d795071520ead659abf1b0764422f667.zip |
dev-haskell/text-icu: keyword 0.7.1.0 for ~arm64
Thanks-to: Marcus Comstedt <marcus@mc.pp.se>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-haskell/text-icu')
-rw-r--r-- | dev-haskell/text-icu/text-icu-0.7.1.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-haskell/text-icu/text-icu-0.7.1.0.ebuild b/dev-haskell/text-icu/text-icu-0.7.1.0.ebuild index 10f6e0d7a3e9..6a2ff0284506 100644 --- a/dev-haskell/text-icu/text-icu-0.7.1.0.ebuild +++ b/dev-haskell/text-icu/text-icu-0.7.1.0.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" RESTRICT=test # QuickCheck occasionally finds counterexamples # and fails to build: Duplicate instance declarations: instance NFData Ordering |