summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhololeap <hololeap@users.noreply.github.com>2023-03-15 17:43:09 -0600
committerSam James <sam@gentoo.org>2023-03-17 18:21:37 +0000
commitfe126ce6100413b285f1edfcfc8dc7774ae3491e (patch)
tree242621ce72d0d35e62c5aefae8af2ac264ef8bc1 /dev-haskell/unbounded-delays
parentdev-haskell/typed-process: Stabilize for amd64 (diff)
downloadgentoo-fe126ce6100413b285f1edfcfc8dc7774ae3491e.tar.gz
gentoo-fe126ce6100413b285f1edfcfc8dc7774ae3491e.tar.bz2
gentoo-fe126ce6100413b285f1edfcfc8dc7774ae3491e.zip
dev-haskell/unbounded-delays: 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/unbounded-delays')
-rw-r--r--dev-haskell/unbounded-delays/unbounded-delays-0.1.1.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-haskell/unbounded-delays/unbounded-delays-0.1.1.0.ebuild b/dev-haskell/unbounded-delays/unbounded-delays-0.1.1.0.ebuild
index c472e20e6a53..8862c17a68b9 100644
--- a/dev-haskell/unbounded-delays/unbounded-delays-0.1.1.0.ebuild
+++ b/dev-haskell/unbounded-delays/unbounded-delays-0.1.1.0.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 @@ 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-lang/ghc-7.4.1:=