diff options
author | matoro <matoro@users.noreply.github.com> | 2022-08-25 11:34:03 -0400 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-08-31 22:26:22 +0100 |
commit | 7df7852df8cdf37ec5a98de6e152eb19c5e7e775 (patch) | |
tree | eb112cf643a9465026c12b71adb3937ff79e1f31 /dev-haskell/quickcheck-io | |
parent | dev-haskell/quickcheck: keyword 2.14.2 for ~arm64 (diff) | |
download | gentoo-7df7852df8cdf37ec5a98de6e152eb19c5e7e775.tar.gz gentoo-7df7852df8cdf37ec5a98de6e152eb19c5e7e775.tar.bz2 gentoo-7df7852df8cdf37ec5a98de6e152eb19c5e7e775.zip |
dev-haskell/quickcheck-io: keyword 0.2.0 for ~arm64
Thanks-to: Marcus Comstedt <marcus@mc.pp.se>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-haskell/quickcheck-io')
-rw-r--r-- | dev-haskell/quickcheck-io/quickcheck-io-0.2.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-haskell/quickcheck-io/quickcheck-io-0.2.0.ebuild b/dev-haskell/quickcheck-io/quickcheck-io-0.2.0.ebuild index 7146b023b367..7ff4c484865f 100644 --- a/dev-haskell/quickcheck-io/quickcheck-io-0.2.0.ebuild +++ b/dev-haskell/quickcheck-io/quickcheck-io-0.2.0.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" LICENSE="MIT" SLOT="0/${PV}" -KEYWORDS="~amd64 ~ppc64 ~x86" +KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" IUSE="" RDEPEND=">=dev-haskell/hunit-1.2.5:=[profile?] |