From 016bdbd316a2257551c7e14d1003bb85a7ee944a Mon Sep 17 00:00:00 2001 From: matoro Date: Tue, 12 Jul 2022 15:29:01 -0400 Subject: dev-haskell/libyaml: keyword 0.1.2 for ~ppc64 Signed-off-by: matoro Signed-off-by: Sam James --- dev-haskell/libyaml/libyaml-0.1.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dev-haskell/libyaml') diff --git a/dev-haskell/libyaml/libyaml-0.1.2.ebuild b/dev-haskell/libyaml/libyaml-0.1.2.ebuild index be4c94e648a6..a692d36f56f1 100644 --- a/dev-haskell/libyaml/libyaml-0.1.2.ebuild +++ b/dev-haskell/libyaml/libyaml-0.1.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="no-unicode system-libyaml" RDEPEND=">=dev-haskell/conduit-1.2.8:=[profile?]