diff options
author | 2022-08-24 13:33:57 -0400 | |
---|---|---|
committer | 2022-08-31 22:26:10 +0100 | |
commit | 859f24860313095b27403222c981903ca7839e14 (patch) | |
tree | 4516e5c70b95dfc13964f1330d438ebfd8f447a0 /dev-haskell/mtl | |
parent | dev-lang/ghc: keyword 9.0.2 for ~arm64 (diff) | |
download | gentoo-859f24860313095b27403222c981903ca7839e14.tar.gz gentoo-859f24860313095b27403222c981903ca7839e14.tar.bz2 gentoo-859f24860313095b27403222c981903ca7839e14.zip |
dev-haskell/mtl: keyword 2.2.2 for ~arm64
Thanks-to: Marcus Comstedt <marcus@mc.pp.se>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-haskell/mtl')
-rw-r--r-- | dev-haskell/mtl/mtl-2.2.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-haskell/mtl/mtl-2.2.2.ebuild b/dev-haskell/mtl/mtl-2.2.2.ebuild index 90c5899c3a06..7cc8a5319246 100644 --- a/dev-haskell/mtl/mtl-2.2.2.ebuild +++ b/dev-haskell/mtl/mtl-2.2.2.ebuild @@ -17,7 +17,7 @@ SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" LICENSE="BSD" SLOT="0/${PV}" -KEYWORDS="~amd64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris" +KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris" IUSE="" RDEPEND=">=dev-lang/ghc-7.10.1:= |