diff options
author | matoro <matoro@users.noreply.github.com> | 2022-08-15 02:04:41 -0400 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-08-18 19:44:52 +0100 |
commit | 36f52afbba844ce3b4fd33a041925c02616ad855 (patch) | |
tree | 46c9d87ef278ac0f3b851d3c1ae0525b489ff415 /dev-haskell/c2hs | |
parent | dev-haskell/language-c: keyword 0.8.3-r1 for ~ppc64 (diff) | |
download | gentoo-36f52afbba844ce3b4fd33a041925c02616ad855.tar.gz gentoo-36f52afbba844ce3b4fd33a041925c02616ad855.tar.bz2 gentoo-36f52afbba844ce3b4fd33a041925c02616ad855.zip |
dev-haskell/c2hs: keyword 0.28.8 for ~ppc64
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-haskell/c2hs')
-rw-r--r-- | dev-haskell/c2hs/c2hs-0.28.8.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-haskell/c2hs/c2hs-0.28.8.ebuild b/dev-haskell/c2hs/c2hs-0.28.8.ebuild index 38703f4aa688..16f9111b3f30 100644 --- a/dev-haskell/c2hs/c2hs-0.28.8.ebuild +++ b/dev-haskell/c2hs/c2hs-0.28.8.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -14,7 +14,7 @@ SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~ppc64 ~x86" IUSE="regression" RESTRICT=test # needs unprefixed 'cpp' |