diff options
author | matoro <matoro@users.noreply.github.com> | 2022-08-24 13:57:14 -0400 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-08-31 22:26:11 +0100 |
commit | c9d103c6dbe99573d8264121f1a377350043afc8 (patch) | |
tree | 11118e7911b32937e23fb22a6a906e15708f1179 /dev-haskell/text | |
parent | dev-haskell/mtl: keyword 2.2.2 for ~arm64 (diff) | |
download | gentoo-c9d103c6dbe99573d8264121f1a377350043afc8.tar.gz gentoo-c9d103c6dbe99573d8264121f1a377350043afc8.tar.bz2 gentoo-c9d103c6dbe99573d8264121f1a377350043afc8.zip |
dev-haskell/text: keyword 1.2.5.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')
-rw-r--r-- | dev-haskell/text/text-1.2.5.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-haskell/text/text-1.2.5.0.ebuild b/dev-haskell/text/text-1.2.5.0.ebuild index d16e5a271159..ee4dd9c95651 100644 --- a/dev-haskell/text/text-1.2.5.0.ebuild +++ b/dev-haskell/text/text-1.2.5.0.ebuild @@ -19,7 +19,7 @@ SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" LICENSE="BSD-2" SLOT="0/${PV}" #keep in sync with ghc-9.0.2 -KEYWORDS="~amd64 ~ppc64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux" # break cyclic dependencies: RESTRICT=test |