From c07e4b5ea2b04418769b9b32d46e2fba0a9db52e Mon Sep 17 00:00:00 2001 From: hololeap Date: Wed, 15 Mar 2023 17:32:06 -0600 Subject: dev-haskell/happy: Stabilize for amd64 Signed-off-by: hololeap Signed-off-by: Sam James --- dev-haskell/happy/happy-1.19.12.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-haskell/happy/happy-1.19.12.ebuild b/dev-haskell/happy/happy-1.19.12.ebuild index cd025a2937e6..46639787fa6a 100644 --- a/dev-haskell/happy/happy-1.19.12.ebuild +++ b/dev-haskell/happy/happy-1.19.12.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 @@ -15,7 +15,7 @@ SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" LICENSE="BSD-2" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" +KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv ~x86" IUSE="doc" # Re: LLVM blocker - ghc-9.0.2 generates IR that crashes LLVM opt -- cgit v1.2.3-65-gdbad