summaryrefslogtreecommitdiff
path: root/dev-haskell/pretty-hex
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-07-30 09:09:34 +0100
committerV3n3RiX <venerix@koprulu.sector>2022-07-30 09:09:34 +0100
commitad0412d0cafb8c04ce98024155cf99a4cc27db44 (patch)
treec34688ab389c18775a322de6cd4cfd957cbe8014 /dev-haskell/pretty-hex
parentcdb747b791914a30c287a3a8e33d1b635e431707 (diff)
gentoo auto-resync : 30:07:2022 - 09:09:33
Diffstat (limited to 'dev-haskell/pretty-hex')
-rw-r--r--dev-haskell/pretty-hex/Manifest2
-rw-r--r--dev-haskell/pretty-hex/pretty-hex-1.0.ebuild4
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-haskell/pretty-hex/Manifest b/dev-haskell/pretty-hex/Manifest
index 8334430a91a1..ca78afef7f3c 100644
--- a/dev-haskell/pretty-hex/Manifest
+++ b/dev-haskell/pretty-hex/Manifest
@@ -1,3 +1,3 @@
DIST pretty-hex-1.0.tar.gz 2950 BLAKE2B 7fd2049eb42e4e596a54207820d66874620554e72d8f3dae48f5f42b7be089e2b9fe9c9e318a5b13fa4448630a54a7aab3eff593882e6e8df1ed2466a502f35e SHA512 a5ffdecf56b586a23b1243bcace040c7043cc67ced07c5f94d459a2e6a00cade98c70e1480be763ef75946d2aedf87e00d2b653a6f8f23d21cd8e9ab198ea45d
-EBUILD pretty-hex-1.0.ebuild 546 BLAKE2B 0186de2dbae3b7df83f2477755e66f6b9fb167b84bb8617f871d9b7676bc2504d2cf9847aad8e0dd5a303acd8211eabe3dd536ece11da0e03eeb59de272583f8 SHA512 6776684e70866fea081f321723421a4631d9e48d9650389d6a4660c1c21e5398a49556e7fa2356616c2335ff55cfafeac91053b5f1cface7476263f6105bb8b7
+EBUILD pretty-hex-1.0.ebuild 553 BLAKE2B b98a446ef4af0f54f53d6539dbfe82ea89947f06ad6956a6b5542b613d18c8682bac6ee8458b5feb641eaded684e4abcb094c8ad9cfc5662eb873442387c21de SHA512 3544de7d1f42c4f0d5904b79a4f6c28c00af67866c0ab88575acae1806b86de315eda15d779ebf5ff33ff7f5ac7957ab30c090da8de102fac30777e944931d20
MISC metadata.xml 398 BLAKE2B e7ea1c0493b5d40631edf9cef501019395707bf5367c5fb9672768a0140f28031b8aab7895feb68a76072d9288704f69261ead5668dc65f61eb3e1001b9b0e77 SHA512 2936f8b042377073c144e30421eb0a7fc0f6538e58e7f04fcb73be2946cc1e242f1fc9d4fef4599c5d013bf126cac605a4462d30b6405acf33d67be8da129da0
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:=