summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhololeap <hololeap@users.noreply.github.com>2023-03-15 17:31:05 -0600
committerSam James <sam@gentoo.org>2023-03-17 18:15:47 +0000
commit472cc6a0fcd73f64f3b8f08ec8c52ce9cf3f8924 (patch)
tree0c39c01cc07157f26a95890a03c7a3cda5c09eef
parentdev-haskell/exceptions: Stabilize for amd64 (diff)
downloadgentoo-472cc6a0fcd73f64f3b8f08ec8c52ce9cf3f8924.tar.gz
gentoo-472cc6a0fcd73f64f3b8f08ec8c52ce9cf3f8924.tar.bz2
gentoo-472cc6a0fcd73f64f3b8f08ec8c52ce9cf3f8924.zip
dev-haskell/extensible-exceptions: 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/extensible-exceptions/extensible-exceptions-0.1.1.4.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-haskell/extensible-exceptions/extensible-exceptions-0.1.1.4.ebuild b/dev-haskell/extensible-exceptions/extensible-exceptions-0.1.1.4.ebuild
index ac1f40583bc8..0c50b0cf82ee 100644
--- a/dev-haskell/extensible-exceptions/extensible-exceptions-0.1.1.4.ebuild
+++ b/dev-haskell/extensible-exceptions/extensible-exceptions-0.1.1.4.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
@@ -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 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris"
IUSE=""
RDEPEND=">=dev-lang/ghc-7.4.1:=