diff options
author | matoro <matoro@users.noreply.github.com> | 2022-07-24 15:40:35 -0400 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-07-30 06:58:02 +0100 |
commit | b6d24c304f1303d975a5dfa2bcdba003f4e98534 (patch) | |
tree | 2ad742ae8f55c4ff30d61d7bbb7dea73d8156582 /dev-haskell/pretty-hex | |
parent | dev-haskell/crypto-api-tests: keyword 0.3-r1 for ~ppc64 (diff) | |
download | gentoo-b6d24c304f1303d975a5dfa2bcdba003f4e98534.tar.gz gentoo-b6d24c304f1303d975a5dfa2bcdba003f4e98534.tar.bz2 gentoo-b6d24c304f1303d975a5dfa2bcdba003f4e98534.zip |
dev-haskell/pretty-hex: keyword 1.0 for ~ppc64
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-haskell/pretty-hex')
-rw-r--r-- | dev-haskell/pretty-hex/pretty-hex-1.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-haskell/pretty-hex/pretty-hex-1.0.ebuild b/dev-haskell/pretty-hex/pretty-hex-1.0.ebuild index ae36f580a847..e71c85163515 100644 --- a/dev-haskell/pretty-hex/pretty-hex-1.0.ebuild +++ b/dev-haskell/pretty-hex/pretty-hex-1.0.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:= |