diff options
author | matoro <matoro@users.noreply.github.com> | 2022-07-12 16:53:53 -0400 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-07-22 22:15:58 +0000 |
commit | e2585982486e9980078dfa384e9ada3b6d19df47 (patch) | |
tree | bf07e5b84e463bae1ea419f0ab79fd6a8d5d6688 /dev-haskell/unix-compat | |
parent | dev-haskell/uniplate: add 1.6.13 (diff) | |
download | gentoo-e2585982486e9980078dfa384e9ada3b6d19df47.tar.gz gentoo-e2585982486e9980078dfa384e9ada3b6d19df47.tar.bz2 gentoo-e2585982486e9980078dfa384e9ada3b6d19df47.zip |
dev-haskell/unix-compat: keyword 0.5.2 for ~ppc64
Signed-off-by: matoro <matoro@users.noreply.github.com>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-haskell/unix-compat')
-rw-r--r-- | dev-haskell/unix-compat/unix-compat-0.5.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-haskell/unix-compat/unix-compat-0.5.2.ebuild b/dev-haskell/unix-compat/unix-compat-0.5.2.ebuild index 4d2b34731609..596c1e51c761 100644 --- a/dev-haskell/unix-compat/unix-compat-0.5.2.ebuild +++ b/dev-haskell/unix-compat/unix-compat-0.5.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -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="old-time" RDEPEND=">=dev-lang/ghc-7.4.1:= |