diff options
author | matoro <matoro@users.noreply.github.com> | 2022-07-12 14:09:55 -0400 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-07-22 22:15:10 +0000 |
commit | 116c99584abe2e8f6258a5aaa1b5e1bc32d6337a (patch) | |
tree | 9bd1f07d96e005fc1d00e26629be4bab716c0a83 /dev-haskell/happy | |
parent | dev-haskell/haddock-library: add 1.10.0 (diff) | |
download | gentoo-116c99584abe2e8f6258a5aaa1b5e1bc32d6337a.tar.gz gentoo-116c99584abe2e8f6258a5aaa1b5e1bc32d6337a.tar.bz2 gentoo-116c99584abe2e8f6258a5aaa1b5e1bc32d6337a.zip |
dev-haskell/happy: keyword 1.19.12 for ~ppc64
Signed-off-by: matoro <matoro@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 c67b77e14afb..4765071b102d 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-2019 Gentoo Authors +# Copyright 1999-2022 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 ~x86" +KEYWORDS="~amd64 ~ppc64 ~x86" IUSE="doc" RDEPEND=">=dev-haskell/mtl-2.2.1:= |