diff options
author | hololeap <hololeap@users.noreply.github.com> | 2023-03-15 17:43:14 -0600 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-03-17 18:21:39 +0000 |
commit | 632b981891284e7481f803eddd02c506657b8715 (patch) | |
tree | efa2d5d7b902c7b44aac0dc368da2cb1dd8af7e5 /dev-haskell/unicode-data | |
parent | dev-haskell/unicode-collation: Stabilize for amd64 (diff) | |
download | gentoo-632b981891284e7481f803eddd02c506657b8715.tar.gz gentoo-632b981891284e7481f803eddd02c506657b8715.tar.bz2 gentoo-632b981891284e7481f803eddd02c506657b8715.zip |
dev-haskell/unicode-data: 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/unicode-data')
-rw-r--r-- | dev-haskell/unicode-data/unicode-data-0.3.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-haskell/unicode-data/unicode-data-0.3.0.ebuild b/dev-haskell/unicode-data/unicode-data-0.3.0.ebuild index 7250c2ae41da..68e08acbb48b 100644 --- a/dev-haskell/unicode-data/unicode-data-0.3.0.ebuild +++ b/dev-haskell/unicode-data/unicode-data-0.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 @@ -16,7 +16,7 @@ SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz LICENSE="Apache-2.0" SLOT="0/${PV}" -KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" +KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv ~x86" RDEPEND=">=dev-lang/ghc-8.4.3:= " |