diff options
author | matoro <matoro@users.noreply.github.com> | 2022-09-14 21:55:34 -0400 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2022-10-06 08:07:44 +0200 |
commit | c33326fea8277cd2dcaa37686c358a3e40c3463b (patch) | |
tree | 767a695897614936cc7322dc9f944c6fb7983cd8 /dev-haskell/unicode-data | |
parent | dev-haskell/citeproc: keyword 0.7 for ~riscv (diff) | |
download | gentoo-c33326fea8277cd2dcaa37686c358a3e40c3463b.tar.gz gentoo-c33326fea8277cd2dcaa37686c358a3e40c3463b.tar.bz2 gentoo-c33326fea8277cd2dcaa37686c358a3e40c3463b.zip |
dev-haskell/unicode-data: keyword 0.3.0 for ~riscv
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'dev-haskell/unicode-data')
-rw-r--r-- | dev-haskell/unicode-data/unicode-data-0.3.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-haskell/unicode-data/unicode-data-0.3.0.ebuild b/dev-haskell/unicode-data/unicode-data-0.3.0.ebuild index 64729d63fe4f..7250c2ae41da 100644 --- a/dev-haskell/unicode-data/unicode-data-0.3.0.ebuild +++ b/dev-haskell/unicode-data/unicode-data-0.3.0.ebuild @@ -16,7 +16,7 @@ SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz LICENSE="Apache-2.0" SLOT="0/${PV}" -KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" +KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" RDEPEND=">=dev-lang/ghc-8.4.3:= " |