From a443f814267f1b98d7df82148f415e734e7beada Mon Sep 17 00:00:00 2001 From: Sam James Date: Wed, 28 Oct 2020 03:19:07 +0000 Subject: [PATCH] dev-ml/opam-installer: ppc64 keyworded (bug #748576) Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Sam James --- dev-ml/opam-installer/opam-installer-2.0.7.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ml/opam-installer/opam-installer-2.0.7.ebuild b/dev-ml/opam-installer/opam-installer-2.0.7.ebuild index c95fa47e70797..276428f967864 100644 --- a/dev-ml/opam-installer/opam-installer-2.0.7.ebuild +++ b/dev-ml/opam-installer/opam-installer-2.0.7.ebuild @@ -15,7 +15,7 @@ SRC_URI="https://github.com/ocaml/opam/releases/download/${PV}/opam-full-${PV}.t LICENSE="LGPL-2.1" SLOT="0/${PV}" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" IUSE="" DEPEND=">=dev-lang/ocaml-4.02.3"