diff options
author | 2023-03-15 17:36:19 -0600 | |
---|---|---|
committer | 2023-03-17 18:18:27 +0000 | |
commit | 86c339657e2bb1321e7497f7a2982c7d2c5daa22 (patch) | |
tree | bf33317535e38b041501298c7cb50e68cf95633a /dev-haskell/mtl | |
parent | dev-haskell/mountpoints: Stabilize for amd64 (diff) | |
download | gentoo-86c339657e2bb1321e7497f7a2982c7d2c5daa22.tar.gz gentoo-86c339657e2bb1321e7497f7a2982c7d2c5daa22.tar.bz2 gentoo-86c339657e2bb1321e7497f7a2982c7d2c5daa22.zip |
dev-haskell/mtl: 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/mtl')
-rw-r--r-- | dev-haskell/mtl/mtl-2.2.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-haskell/mtl/mtl-2.2.2.ebuild b/dev-haskell/mtl/mtl-2.2.2.ebuild index 2f73634d529e..f72b62fa0c94 100644 --- a/dev-haskell/mtl/mtl-2.2.2.ebuild +++ b/dev-haskell/mtl/mtl-2.2.2.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 @@ -17,7 +17,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 ~x86-solaris" +KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris" IUSE="" RDEPEND=">=dev-lang/ghc-7.10.1:= |