diff options
author | hololeap <hololeap@users.noreply.github.com> | 2023-03-15 17:37:58 -0600 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-03-17 18:19:19 +0000 |
commit | 9de49c8fdc0d19a61bcf38cda94ceb1203b485f1 (patch) | |
tree | 73062d4d9eda12918e390a83ef169f850d9f0ace /dev-haskell/primitive | |
parent | dev-haskell/prettyprinter-ansi-terminal: Stabilize for amd64 (diff) | |
download | gentoo-9de49c8fdc0d19a61bcf38cda94ceb1203b485f1.tar.gz gentoo-9de49c8fdc0d19a61bcf38cda94ceb1203b485f1.tar.bz2 gentoo-9de49c8fdc0d19a61bcf38cda94ceb1203b485f1.zip |
dev-haskell/primitive: 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/primitive')
-rw-r--r-- | dev-haskell/primitive/primitive-0.7.3.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-haskell/primitive/primitive-0.7.3.0.ebuild b/dev-haskell/primitive/primitive-0.7.3.0.ebuild index e86b12bd8c8e..118c85656791 100644 --- a/dev-haskell/primitive/primitive-0.7.3.0.ebuild +++ b/dev-haskell/primitive/primitive-0.7.3.0.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 @@ -15,7 +15,7 @@ HOMEPAGE="https://github.com/haskell/primitive" LICENSE="BSD" SLOT="0/${PV}" -KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux ~x86-solaris" +KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux ~x86-solaris" RESTRICT=test # circular depends: primitive[test]->tasty->wcwidth->attoparsec->scientific->primitive |