diff options
author | hololeap <hololeap@users.noreply.github.com> | 2023-03-15 17:35:21 -0600 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-03-17 18:17:57 +0000 |
commit | 96fe9e283efdf53f766b8a443c409525bce6d80f (patch) | |
tree | 7f0387b5ab1887576505bbca7ca708df16bf26a1 /dev-haskell/lukko | |
parent | dev-haskell/lua-arbitrary: Stabilize for amd64 (diff) | |
download | gentoo-96fe9e283efdf53f766b8a443c409525bce6d80f.tar.gz gentoo-96fe9e283efdf53f766b8a443c409525bce6d80f.tar.bz2 gentoo-96fe9e283efdf53f766b8a443c409525bce6d80f.zip |
dev-haskell/lukko: 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/lukko')
-rw-r--r-- | dev-haskell/lukko/lukko-0.1.1.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-haskell/lukko/lukko-0.1.1.3.ebuild b/dev-haskell/lukko/lukko-0.1.1.3.ebuild index ba28ea89bd4b..fc565354a17c 100644 --- a/dev-haskell/lukko/lukko-0.1.1.3.ebuild +++ b/dev-haskell/lukko/lukko-0.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=8 @@ -17,7 +17,7 @@ SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz LICENSE="GPL-2 BSD" SLOT="0/${PV}" -KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" +KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv ~x86" RDEPEND=">=dev-lang/ghc-8.4.3:= " |