diff options
author | hololeap <hololeap@users.noreply.github.com> | 2023-03-15 17:41:42 -0600 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-03-17 18:21:06 +0000 |
commit | 0bbadf38ba24844c5fa350ed1e0901753c6589ac (patch) | |
tree | 8e4df5d18b43a712b774fa678dd9cc5b79c10580 /dev-haskell/terminfo | |
parent | dev-haskell/terminal-size: Stabilize for amd64 (diff) | |
download | gentoo-0bbadf38ba24844c5fa350ed1e0901753c6589ac.tar.gz gentoo-0bbadf38ba24844c5fa350ed1e0901753c6589ac.tar.bz2 gentoo-0bbadf38ba24844c5fa350ed1e0901753c6589ac.zip |
dev-haskell/terminfo: 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/terminfo')
-rw-r--r-- | dev-haskell/terminfo/terminfo-0.4.1.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-haskell/terminfo/terminfo-0.4.1.5.ebuild b/dev-haskell/terminfo/terminfo-0.4.1.5.ebuild index 9d7a29f69752..92b2fcea233e 100644 --- a/dev-haskell/terminfo/terminfo-0.4.1.5.ebuild +++ b/dev-haskell/terminfo/terminfo-0.4.1.5.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 @@ -15,7 +15,7 @@ SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" LICENSE="BSD" SLOT="0/${PV}" #keep in sync with ghc-9.0.2 -KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" +KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv ~x86" RDEPEND=">=dev-lang/ghc-8.4.3:= " |