summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhololeap <hololeap@users.noreply.github.com>2023-03-15 17:32:17 -0600
committerSam James <sam@gentoo.org>2023-03-17 18:16:25 +0000
commita57a67276065e5cc9d2774ede00cdf05e5e2d8da (patch)
tree08021b6f4f1d79151bb64fec8e09b90c2a9d28af
parentdev-haskell/haskell-lexer: Stabilize for amd64 (diff)
downloadgentoo-a57a67276065e5cc9d2774ede00cdf05e5e2d8da.tar.gz
gentoo-a57a67276065e5cc9d2774ede00cdf05e5e2d8da.tar.bz2
gentoo-a57a67276065e5cc9d2774ede00cdf05e5e2d8da.zip
dev-haskell/haskell-src-exts: Stabilize for amd64
Signed-off-by: hololeap <hololeap@users.noreply.github.com> Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--dev-haskell/haskell-src-exts/haskell-src-exts-1.23.1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-haskell/haskell-src-exts/haskell-src-exts-1.23.1.ebuild b/dev-haskell/haskell-src-exts/haskell-src-exts-1.23.1.ebuild
index 69732101071e..11f448db3079 100644
--- a/dev-haskell/haskell-src-exts/haskell-src-exts-1.23.1.ebuild
+++ b/dev-haskell/haskell-src-exts/haskell-src-exts-1.23.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=8
@@ -14,7 +14,7 @@ HOMEPAGE="https://github.com/haskell-suite/haskell-src-exts"
LICENSE="BSD"
SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv ~x86"
RDEPEND=">=dev-lang/ghc-8.4.3:=
"