diff options
author | matoro <matoro@users.noreply.github.com> | 2022-08-25 21:50:03 -0400 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-08-31 22:28:01 +0100 |
commit | 3ae6ce42fb50a9558c05bfb43d1c052514dc7629 (patch) | |
tree | c24d88f15ebb86162899dee9c685d3a150838796 /dev-haskell/sop-core | |
parent | dev-haskell/th-lift-instances: keyword 0.1.19 for ~arm64 (diff) | |
download | gentoo-3ae6ce42fb50a9558c05bfb43d1c052514dc7629.tar.gz gentoo-3ae6ce42fb50a9558c05bfb43d1c052514dc7629.tar.bz2 gentoo-3ae6ce42fb50a9558c05bfb43d1c052514dc7629.zip |
dev-haskell/sop-core: keyword 0.5.0.2 for ~arm64
Thanks-to: Marcus Comstedt <marcus@mc.pp.se>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-haskell/sop-core')
-rw-r--r-- | dev-haskell/sop-core/sop-core-0.5.0.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-haskell/sop-core/sop-core-0.5.0.2.ebuild b/dev-haskell/sop-core/sop-core-0.5.0.2.ebuild index 4d0b3d92c3ed..c43ea8f9eb29 100644 --- a/dev-haskell/sop-core/sop-core-0.5.0.2.ebuild +++ b/dev-haskell/sop-core/sop-core-0.5.0.2.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" RDEPEND=">=dev-lang/ghc-8.4.3:= " |