diff options
Diffstat (limited to 'dev-haskell/random')
-rw-r--r-- | dev-haskell/random/random-1.2.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-haskell/random/random-1.2.1.ebuild b/dev-haskell/random/random-1.2.1.ebuild index 3ca7fecbf7ac..7371dd3c3829 100644 --- a/dev-haskell/random/random-1.2.1.ebuild +++ b/dev-haskell/random/random-1.2.1.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" LICENSE="BSD" SLOT="0/${PV}" -KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris" +KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris" # circular depend: random[test]->mwc-random->math-functions[test]->vector-th-unbox->vector->random RESTRICT=test |