diff options
author | matoro <matoro@users.noreply.github.com> | 2022-09-21 15:55:27 -0400 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2022-10-06 08:11:24 +0200 |
commit | a110ab82da0e09f631d6b6648cbb50dbe1f5600a (patch) | |
tree | 5af75f42a66cfb0963209a5934c4131e5c4e2f2e /dev-haskell | |
parent | dev-haskell/hspec-contrib: keyword 0.5.1 for ~riscv (diff) | |
download | gentoo-a110ab82da0e09f631d6b6648cbb50dbe1f5600a.tar.gz gentoo-a110ab82da0e09f631d6b6648cbb50dbe1f5600a.tar.bz2 gentoo-a110ab82da0e09f631d6b6648cbb50dbe1f5600a.zip |
dev-haskell/shelly: keyword 1.9.0 for ~riscv
Signed-off-by: Jakov Smolić <jsmolic@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 45d9485971fe..e0782fd6c889 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 ~arm64 ~ppc64 ~x86" +KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" IUSE="examples lifted" RDEPEND="dev-haskell/async:=[profile?] |