diff options
author | hololeap <hololeap@users.noreply.github.com> | 2023-03-15 17:37:13 -0600 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-03-17 18:18:55 +0000 |
commit | fce7d25ff0ed53cc2cde02ab7d3432c377f22191 (patch) | |
tree | b9678998fb3f5291f3918bb77dbcf8b9fa87db1e /dev-haskell/parsec | |
parent | dev-haskell/parallel-io: Stabilize for amd64 (diff) | |
download | gentoo-fce7d25ff0ed53cc2cde02ab7d3432c377f22191.tar.gz gentoo-fce7d25ff0ed53cc2cde02ab7d3432c377f22191.tar.bz2 gentoo-fce7d25ff0ed53cc2cde02ab7d3432c377f22191.zip |
dev-haskell/parsec: Stabilize for amd64
Signed-off-by: hololeap <hololeap@users.noreply.github.com>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-haskell/parsec')
-rw-r--r-- | dev-haskell/parsec/parsec-3.1.14.0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 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 4551401e2344..198a26235898 100644 --- a/dev-haskell/parsec/parsec-3.1.14.0-r1.ebuild +++ b/dev-haskell/parsec/parsec-3.1.14.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -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 ~riscv ~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 |