diff options
author | Sam James <sam@gentoo.org> | 2020-10-28 03:31:20 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-10-28 03:31:20 +0000 |
commit | dccdaa81940d8b653dd893f7a6d3a7c218bfe2fc (patch) | |
tree | e4ef99f64bbc7b3ec963ef58a4d86ae406fcbbe8 /dev-ml/cppo | |
parent | dev-ml/camomile: ppc64 keyworded (bug #748576) (diff) | |
download | gentoo-dccdaa81940d8b653dd893f7a6d3a7c218bfe2fc.tar.gz gentoo-dccdaa81940d8b653dd893f7a6d3a7c218bfe2fc.tar.bz2 gentoo-dccdaa81940d8b653dd893f7a6d3a7c218bfe2fc.zip |
dev-ml/cppo: ppc64 keyworded (bug #748576)
Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ml/cppo')
-rw-r--r-- | dev-ml/cppo/cppo-1.6.6.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ml/cppo/cppo-1.6.6.ebuild b/dev-ml/cppo/cppo-1.6.6.ebuild index 33067c400e10..9abdedf45cf1 100644 --- a/dev-ml/cppo/cppo-1.6.6.ebuild +++ b/dev-ml/cppo/cppo-1.6.6.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/ocaml-community/cppo/archive/v${PV}.tar.gz -> ${P}.t SLOT="0/${PV}" LICENSE="BSD" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" IUSE="+ocamlopt" |