diff options
author | Sam James <sam@gentoo.org> | 2021-07-28 04:11:12 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-07-28 04:11:12 +0100 |
commit | 850372531588b733a5d90c095bc077f73b339ff2 (patch) | |
tree | 5dd34ece2af727bfbe6b69ae8406eaf1f284b3b2 /dev-ml/ppx_sexp_conv | |
parent | dev-ml/parmap: Stabilize 1.2.3 ppc64, #804783 (diff) | |
download | gentoo-850372531588b733a5d90c095bc077f73b339ff2.tar.gz gentoo-850372531588b733a5d90c095bc077f73b339ff2.tar.bz2 gentoo-850372531588b733a5d90c095bc077f73b339ff2.zip |
dev-ml/ppx_sexp_conv: Stabilize 0.14.2 ppc64, #804786
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.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ml/ppx_sexp_conv/ppx_sexp_conv-0.14.2.ebuild b/dev-ml/ppx_sexp_conv/ppx_sexp_conv-0.14.2.ebuild index 0779d1b88a06..f3181789caf3 100644 --- a/dev-ml/ppx_sexp_conv/ppx_sexp_conv-0.14.2.ebuild +++ b/dev-ml/ppx_sexp_conv/ppx_sexp_conv-0.14.2.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/janestreet/ppx_sexp_conv/archive/v${PV}.tar.gz -> ${ LICENSE="MIT" SLOT="0/${PV}" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ppc64 ~x86" IUSE="+ocamlopt" # Upper bound on ppxlib for bug #769536 |