diff options
Diffstat (limited to 'dev-haskell/parsec/parsec-3.1.14.0-r1.ebuild')
-rw-r--r-- | dev-haskell/parsec/parsec-3.1.14.0-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-haskell/parsec/parsec-3.1.14.0-r1.ebuild b/dev-haskell/parsec/parsec-3.1.14.0-r1.ebuild index 508110f2b46d..c64006fcee50 100644 --- a/dev-haskell/parsec/parsec-3.1.14.0-r1.ebuild +++ b/dev-haskell/parsec/parsec-3.1.14.0-r1.ebuild @@ -18,7 +18,7 @@ SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" LICENSE="BSD" SLOT="0/${PV}" # keep in sync with ghc-8.8 -KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux" RESTRICT=test # circular dependencies: dev-haskell/base-orphans->cabal->parsec[test]->test-framework-hunit->test-framework->base-orphans |