diff options
author | matoro <matoro@users.noreply.github.com> | 2022-08-26 12:02:18 -0400 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-08-31 22:28:46 +0100 |
commit | 5ee56c73df488f765f29d534a6b593dee5501801 (patch) | |
tree | 2ce1713ee7e5d5255ccae9f67643c49ed0f557d7 /dev-haskell/adjunctions | |
parent | dev-haskell/free: keyword 5.1.9 for ~arm64 (diff) | |
download | gentoo-5ee56c73df488f765f29d534a6b593dee5501801.tar.gz gentoo-5ee56c73df488f765f29d534a6b593dee5501801.tar.bz2 gentoo-5ee56c73df488f765f29d534a6b593dee5501801.zip |
dev-haskell/adjunctions: keyword 4.4 for ~arm64
Thanks-to: Marcus Comstedt <marcus@mc.pp.se>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-haskell/adjunctions')
-rw-r--r-- | dev-haskell/adjunctions/adjunctions-4.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-haskell/adjunctions/adjunctions-4.4.ebuild b/dev-haskell/adjunctions/adjunctions-4.4.ebuild index f72a90aac2bb..0ef630356873 100644 --- a/dev-haskell/adjunctions/adjunctions-4.4.ebuild +++ b/dev-haskell/adjunctions/adjunctions-4.4.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="" RDEPEND=">=dev-haskell/comonad-4:=[profile?] <dev-haskell/comonad-6:=[profile?] |