diff options
author | 2023-03-15 17:42:05 -0600 | |
---|---|---|
committer | 2023-03-17 18:21:15 +0000 | |
commit | 23121ac583bdad01e3e15d4aa17598af5a215b9c (patch) | |
tree | afe5f2369296f6a93824fc6acad0d6d556fe16cc /dev-haskell/text-icu | |
parent | dev-haskell/text-conversions: Stabilize for amd64 (diff) | |
download | gentoo-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>
Diffstat (limited to 'dev-haskell/text-icu')
-rw-r--r-- | dev-haskell/text-icu/text-icu-0.7.1.0.ebuild | 4 |
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 |