diff options
author | hololeap <hololeap@users.noreply.github.com> | 2023-03-15 17:43:36 -0600 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-03-17 18:21:47 +0000 |
commit | 83e5bbf99c04ad9b902ace613481d87c3d16628e (patch) | |
tree | 8368be5de0018e7cd128bd2fd25cf2f6752bb19f /dev-haskell | |
parent | dev-haskell/utf8-light: Stabilize for amd64 (diff) | |
download | gentoo-83e5bbf99c04ad9b902ace613481d87c3d16628e.tar.gz gentoo-83e5bbf99c04ad9b902ace613481d87c3d16628e.tar.bz2 gentoo-83e5bbf99c04ad9b902ace613481d87c3d16628e.zip |
dev-haskell/utf8-string: 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')
-rw-r--r-- | dev-haskell/utf8-string/utf8-string-1.0.1.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-haskell/utf8-string/utf8-string-1.0.1.1.ebuild b/dev-haskell/utf8-string/utf8-string-1.0.1.1.ebuild index 12e9620a1a74..0ae670b3f414 100644 --- a/dev-haskell/utf8-string/utf8-string-1.0.1.1.ebuild +++ b/dev-haskell/utf8-string/utf8-string-1.0.1.1.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=7 @@ -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 ~amd64-linux ~x86-linux ~ppc-macos" +KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux ~ppc-macos" IUSE="" RDEPEND=">=dev-lang/ghc-7.4.1:= |