summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhololeap <hololeap@users.noreply.github.com>2023-03-15 17:26:40 -0600
committerSam James <sam@gentoo.org>2023-03-17 18:13:43 +0000
commit36d888c76fcfd69ecdd03e23b6e0b4a8fad53c33 (patch)
tree8155da2b66ccc16498afc5c468b4a0f24c0aae76
parentdev-haskell/binary: Stabilize for amd64 (diff)
downloadgentoo-36d888c76fcfd69ecdd03e23b6e0b4a8fad53c33.tar.gz
gentoo-36d888c76fcfd69ecdd03e23b6e0b4a8fad53c33.tar.bz2
gentoo-36d888c76fcfd69ecdd03e23b6e0b4a8fad53c33.zip
dev-haskell/binary-orphans: 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/binary-orphans/binary-orphans-1.0.2.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-haskell/binary-orphans/binary-orphans-1.0.2.ebuild b/dev-haskell/binary-orphans/binary-orphans-1.0.2.ebuild
index 4f5a2d2cd7c6..e1438badd88e 100644
--- a/dev-haskell/binary-orphans/binary-orphans-1.0.2.ebuild
+++ b/dev-haskell/binary-orphans/binary-orphans-1.0.2.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="BSD"
SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv ~x86"
RDEPEND=">=dev-haskell/onetuple-0.3:=[profile?] <dev-haskell/onetuple-0.4:=[profile?]
>=dev-lang/ghc-8.4.3:=