summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhololeap <hololeap@users.noreply.github.com>2023-03-15 17:42:05 -0600
committerSam James <sam@gentoo.org>2023-03-17 18:21:15 +0000
commit23121ac583bdad01e3e15d4aa17598af5a215b9c (patch)
treeafe5f2369296f6a93824fc6acad0d6d556fe16cc
parentdev-haskell/text-conversions: Stabilize for amd64 (diff)
downloadgentoo-23121ac583bdad01e3e15d4aa17598af5a215b9c.tar.gz
gentoo-23121ac583bdad01e3e15d4aa17598af5a215b9c.tar.bz2
gentoo-23121ac583bdad01e3e15d4aa17598af5a215b9c.zip
dev-haskell/text-icu: Stabilize for amd64
Signed-off-by: hololeap <hololeap@users.noreply.github.com> Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--dev-haskell/text-icu/text-icu-0.7.1.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-haskell/text-icu/text-icu-0.7.1.0.ebuild b/dev-haskell/text-icu/text-icu-0.7.1.0.ebuild
index c992d111c326..3feb5bb77c04 100644
--- a/dev-haskell/text-icu/text-icu-0.7.1.0.ebuild
+++ b/dev-haskell/text-icu/text-icu-0.7.1.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
@@ -14,7 +14,7 @@ SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv ~x86"
RESTRICT=test # QuickCheck occasionally finds counterexamples
# and fails to build: Duplicate instance declarations: instance NFData Ordering