diff options
author | matoro <matoro@users.noreply.github.com> | 2022-08-24 13:58:09 -0400 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-08-31 22:26:12 +0100 |
commit | 30f0af8a1d822f2ec043b727765a7567b8cf5af7 (patch) | |
tree | 96cb3ec0b8f649e116690b5c5aef758d57d3749d /dev-haskell/parsec | |
parent | dev-haskell/text: keyword 1.2.5.0 for ~arm64 (diff) | |
download | gentoo-30f0af8a1d822f2ec043b727765a7567b8cf5af7.tar.gz gentoo-30f0af8a1d822f2ec043b727765a7567b8cf5af7.tar.bz2 gentoo-30f0af8a1d822f2ec043b727765a7567b8cf5af7.zip |
dev-haskell/parsec: keyword 3.1.14.0-r1 for ~arm64
Thanks-to: Marcus Comstedt <marcus@mc.pp.se>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-haskell/parsec')
-rw-r--r-- | dev-haskell/parsec/parsec-3.1.14.0-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-haskell/parsec/parsec-3.1.14.0-r1.ebuild b/dev-haskell/parsec/parsec-3.1.14.0-r1.ebuild index 1ad3c00422c4..508110f2b46d 100644 --- a/dev-haskell/parsec/parsec-3.1.14.0-r1.ebuild +++ b/dev-haskell/parsec/parsec-3.1.14.0-r1.ebuild @@ -18,7 +18,7 @@ SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" LICENSE="BSD" SLOT="0/${PV}" # keep in sync with ghc-8.8 -KEYWORDS="~amd64 ~ppc64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux" RESTRICT=test # circular dependencies: dev-haskell/base-orphans->cabal->parsec[test]->test-framework-hunit->test-framework->base-orphans |