diff options
author | matoro <matoro@users.noreply.github.com> | 2022-08-28 12:57:44 -0400 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-08-31 22:31:18 +0100 |
commit | 34c94714627ae67e99a424b5859434149b94e3d4 (patch) | |
tree | 5a65d3d4fe8ecf55c0d8f83938c480f19b68d5f0 /dev-haskell | |
parent | dev-haskell/hspec-contrib: keyword 0.5.1 for ~arm64 (diff) | |
download | gentoo-34c94714627ae67e99a424b5859434149b94e3d4.tar.gz gentoo-34c94714627ae67e99a424b5859434149b94e3d4.tar.bz2 gentoo-34c94714627ae67e99a424b5859434149b94e3d4.zip |
dev-haskell/shelly: keyword 1.9.0 for ~arm64
Thanks-to: Marcus Comstedt <marcus@mc.pp.se>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-haskell')
-rw-r--r-- | dev-haskell/shelly/shelly-1.9.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-haskell/shelly/shelly-1.9.0.ebuild b/dev-haskell/shelly/shelly-1.9.0.ebuild index b0a1202e1459..45d9485971fe 100644 --- a/dev-haskell/shelly/shelly-1.9.0.ebuild +++ b/dev-haskell/shelly/shelly-1.9.0.ebuild @@ -15,7 +15,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="examples lifted" RDEPEND="dev-haskell/async:=[profile?] |