diff options
author | hololeap <hololeap@users.noreply.github.com> | 2023-03-15 17:35:54 -0600 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-03-17 18:18:13 +0000 |
commit | e4db0feb537fea745fd01fd184a1d4b3f7dc57ed (patch) | |
tree | 5af40246a696e30296662e5364c2216ead741820 /dev-haskell/mmorph | |
parent | dev-haskell/mmap: Stabilize for amd64 (diff) | |
download | gentoo-e4db0feb537fea745fd01fd184a1d4b3f7dc57ed.tar.gz gentoo-e4db0feb537fea745fd01fd184a1d4b3f7dc57ed.tar.bz2 gentoo-e4db0feb537fea745fd01fd184a1d4b3f7dc57ed.zip |
dev-haskell/mmorph: 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/mmorph')
-rw-r--r-- | dev-haskell/mmorph/mmorph-1.1.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-haskell/mmorph/mmorph-1.1.3.ebuild b/dev-haskell/mmorph/mmorph-1.1.3.ebuild index 0c8d325b3bd9..c5ab201c187c 100644 --- a/dev-haskell/mmorph/mmorph-1.1.3.ebuild +++ b/dev-haskell/mmorph/mmorph-1.1.3.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" +KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv ~x86" IUSE="" RDEPEND=">=dev-haskell/mtl-2.1:=[profile?] <dev-haskell/mtl-2.3:=[profile?] |