diff options
author | matoro <matoro@users.noreply.github.com> | 2022-08-26 21:26:23 -0400 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-08-31 22:29:45 +0100 |
commit | c44cdb51d99a7e772e2221119a0afa0da7f60f93 (patch) | |
tree | 43e841c569e9b8f65fa5d42d71126b8052fd2f19 /dev-haskell/auto-update | |
parent | dev-haskell/retry: keyword 0.9.0.0 for ~arm64 (diff) | |
download | gentoo-c44cdb51d99a7e772e2221119a0afa0da7f60f93.tar.gz gentoo-c44cdb51d99a7e772e2221119a0afa0da7f60f93.tar.bz2 gentoo-c44cdb51d99a7e772e2221119a0afa0da7f60f93.zip |
dev-haskell/auto-update: keyword 0.1.6 for ~arm64
Thanks-to: Marcus Comstedt <marcus@mc.pp.se>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-haskell/auto-update')
-rw-r--r-- | dev-haskell/auto-update/auto-update-0.1.6.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-haskell/auto-update/auto-update-0.1.6.ebuild b/dev-haskell/auto-update/auto-update-0.1.6.ebuild index a3687587b1bd..cf130c99f081 100644 --- a/dev-haskell/auto-update/auto-update-0.1.6.ebuild +++ b/dev-haskell/auto-update/auto-update-0.1.6.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-lang/ghc-7.4.1:= |