diff options
author | matoro <matoro@users.noreply.github.com> | 2022-08-26 21:31:33 -0400 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-08-31 22:29:46 +0100 |
commit | c2ca177035633c29285dd4f446f5b2fbf35cb8f7 (patch) | |
tree | 0dbe6d5d27b67b08f48f3864f92f70373f1fbab3 /dev-haskell/unix-time | |
parent | dev-haskell/easy-file: keyword 0.2.2 for ~arm64 (diff) | |
download | gentoo-c2ca177035633c29285dd4f446f5b2fbf35cb8f7.tar.gz gentoo-c2ca177035633c29285dd4f446f5b2fbf35cb8f7.tar.bz2 gentoo-c2ca177035633c29285dd4f446f5b2fbf35cb8f7.zip |
dev-haskell/unix-time: keyword 0.4.7 for ~arm64
Thanks-to: Marcus Comstedt <marcus@mc.pp.se>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-haskell/unix-time')
-rw-r--r-- | dev-haskell/unix-time/unix-time-0.4.7.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-haskell/unix-time/unix-time-0.4.7.ebuild b/dev-haskell/unix-time/unix-time-0.4.7.ebuild index 450054957f8b..2d0bedf0987e 100644 --- a/dev-haskell/unix-time/unix-time-0.4.7.ebuild +++ b/dev-haskell/unix-time/unix-time-0.4.7.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" IUSE="" RESTRICT=test # QuickCheck finds counterxamples: |