diff options
author | hololeap <hololeap@users.noreply.github.com> | 2023-03-15 17:32:06 -0600 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-03-17 18:16:20 +0000 |
commit | c07e4b5ea2b04418769b9b32d46e2fba0a9db52e (patch) | |
tree | 906c8731064dae3648a28fa5e00a39526fdefc46 /dev-haskell/happy | |
parent | dev-haskell/haddock-library: Stabilize for amd64 (diff) | |
download | gentoo-c07e4b5ea2b04418769b9b32d46e2fba0a9db52e.tar.gz gentoo-c07e4b5ea2b04418769b9b32d46e2fba0a9db52e.tar.bz2 gentoo-c07e4b5ea2b04418769b9b32d46e2fba0a9db52e.zip |
dev-haskell/happy: 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/happy')
-rw-r--r-- | dev-haskell/happy/happy-1.19.12.ebuild | 4 |
1 files 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 |