diff options
author | matoro <matoro@users.noreply.github.com> | 2022-07-12 14:15:13 -0400 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-07-22 22:15:40 +0000 |
commit | dbd508e68d64da45a52322659ac86ec1ffd8dcdb (patch) | |
tree | 8782eb02202356e8b38e00566cd12e82916fd655 /dev-haskell | |
parent | dev-haskell/setlocale: keyword 1.0.0.9 for ~ppc64 (diff) | |
download | gentoo-dbd508e68d64da45a52322659ac86ec1ffd8dcdb.tar.gz gentoo-dbd508e68d64da45a52322659ac86ec1ffd8dcdb.tar.bz2 gentoo-dbd508e68d64da45a52322659ac86ec1ffd8dcdb.zip |
dev-haskell/sha: keyword 1.6.4.4 for ~ppc64
Signed-off-by: matoro <matoro@users.noreply.github.com>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-haskell')
-rw-r--r-- | dev-haskell/sha/sha-1.6.4.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-haskell/sha/sha-1.6.4.4.ebuild b/dev-haskell/sha/sha-1.6.4.4.ebuild index f0fd33c8e0da..2a44f6c76020 100644 --- a/dev-haskell/sha/sha-1.6.4.4.ebuild +++ b/dev-haskell/sha/sha-1.6.4.4.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 @@ -18,7 +18,7 @@ SRC_URI="https://hackage.haskell.org/package/${MY_P}/${MY_P}.tar.gz" LICENSE="BSD" SLOT="0/${PV}" -KEYWORDS="~amd64 ~x86 ~amd64-linux" +KEYWORDS="~amd64 ~ppc64 ~x86 ~amd64-linux" IUSE="exe" RDEPEND=">=dev-lang/ghc-7.8.2:= |