diff options
Diffstat (limited to 'dev-haskell/parsec')
-rw-r--r-- | dev-haskell/parsec/parsec-3.1.15.0-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-haskell/parsec/parsec-3.1.15.0-r1.ebuild b/dev-haskell/parsec/parsec-3.1.15.0-r1.ebuild index e31e8cee36c8..70937459e239 100644 --- a/dev-haskell/parsec/parsec-3.1.15.0-r1.ebuild +++ b/dev-haskell/parsec/parsec-3.1.15.0-r1.ebuild @@ -17,7 +17,7 @@ HOMEPAGE="https://github.com/haskell/parsec" LICENSE="BSD-2" SLOT="0/${PV}" # Keep in sync with relevant ghc versions (CABAL_CORE_LIB_GHC_PV) -KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" RESTRICT=test # circular dependencies: dev-haskell/base-orphans->cabal->parsec[test]->test-framework-hunit->test-framework->base-orphans |