diff options
author | Sam James <sam@gentoo.org> | 2020-10-28 03:14:48 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-10-28 03:14:48 +0000 |
commit | f732b7d0f540c2c5348885107ce160ef280f2528 (patch) | |
tree | 0a09655f5a24f962ec822227aab3f2db7539bbec /dev-ml/ppx_sexp_conv | |
parent | dev-ml/ppx_optcomp: ppc64 keyworded (bug #748576) (diff) | |
download | gentoo-f732b7d0f540c2c5348885107ce160ef280f2528.tar.gz gentoo-f732b7d0f540c2c5348885107ce160ef280f2528.tar.bz2 gentoo-f732b7d0f540c2c5348885107ce160ef280f2528.zip |
dev-ml/ppx_sexp_conv: 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/ppx_sexp_conv')
-rw-r--r-- | dev-ml/ppx_sexp_conv/ppx_sexp_conv-0.14.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ml/ppx_sexp_conv/ppx_sexp_conv-0.14.1.ebuild b/dev-ml/ppx_sexp_conv/ppx_sexp_conv-0.14.1.ebuild index e9f100c5203d..238d51096eef 100644 --- a/dev-ml/ppx_sexp_conv/ppx_sexp_conv-0.14.1.ebuild +++ b/dev-ml/ppx_sexp_conv/ppx_sexp_conv-0.14.1.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/janestreet/ppx_sexp_conv/archive/v${PV}.tar.gz -> ${ LICENSE="Apache-2.0" SLOT="0/${PV}" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" IUSE="+ocamlopt" DEPEND=" |