diff options
author | matoro <matoro@users.noreply.github.com> | 2022-07-24 18:27:09 -0400 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-07-30 06:58:17 +0100 |
commit | 8dcb585afdd2ce53383b529b707e09943336950c (patch) | |
tree | 2bd24cd6ddebfd42b1111f3c09b5d08788c4ba53 /dev-haskell/cryptohash-sha1 | |
parent | dev-haskell/cryptohash-md5: keyword 0.11.100.1 for ~ppc64 (diff) | |
download | gentoo-8dcb585afdd2ce53383b529b707e09943336950c.tar.gz gentoo-8dcb585afdd2ce53383b529b707e09943336950c.tar.bz2 gentoo-8dcb585afdd2ce53383b529b707e09943336950c.zip |
dev-haskell/cryptohash-sha1: keyword 0.11.100.1 for ~ppc64
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-haskell/cryptohash-sha1')
-rw-r--r-- | dev-haskell/cryptohash-sha1/cryptohash-sha1-0.11.100.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-haskell/cryptohash-sha1/cryptohash-sha1-0.11.100.1.ebuild b/dev-haskell/cryptohash-sha1/cryptohash-sha1-0.11.100.1.ebuild index 52cc584727a8..e4f329426a04 100644 --- a/dev-haskell/cryptohash-sha1/cryptohash-sha1-0.11.100.1.ebuild +++ b/dev-haskell/cryptohash-sha1/cryptohash-sha1-0.11.100.1.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="BSD" SLOT="0/${PV}" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~ppc64 ~x86" IUSE="" RDEPEND=">=dev-lang/ghc-7.4.1:= |