diff options
author | Sam James <sam@gentoo.org> | 2021-11-02 10:17:48 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-11-02 10:17:48 +0000 |
commit | 4a8ce46aa978d1df3ceadc9ecc87a004ea983cac (patch) | |
tree | e44be79137d36d02c2fde21f7a50a43e47ba3523 /dev-ml/ppx_sexp_conv | |
parent | dev-ml/ppx_typerep_conv: Stabilize 0.14.2 arm64, #817734 (diff) | |
download | gentoo-4a8ce46aa978d1df3ceadc9ecc87a004ea983cac.tar.gz gentoo-4a8ce46aa978d1df3ceadc9ecc87a004ea983cac.tar.bz2 gentoo-4a8ce46aa978d1df3ceadc9ecc87a004ea983cac.zip |
dev-ml/ppx_sexp_conv: Stabilize 0.14.3 arm64, #817737
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.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ml/ppx_sexp_conv/ppx_sexp_conv-0.14.3.ebuild b/dev-ml/ppx_sexp_conv/ppx_sexp_conv-0.14.3.ebuild index 4593373a96f1..070c960efe14 100644 --- a/dev-ml/ppx_sexp_conv/ppx_sexp_conv-0.14.3.ebuild +++ b/dev-ml/ppx_sexp_conv/ppx_sexp_conv-0.14.3.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 |