diff options
author | Sam James <sam@gentoo.org> | 2021-03-14 00:42:38 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-03-14 00:47:03 +0000 |
commit | 3bcd67f02f7e9a6258020f99be9fa3d7d92e7578 (patch) | |
tree | 7ff11326b8a3f50f6c23075c8da4418aa093d9d0 /dev-ml/ppx_sexp_value | |
parent | dev-ml/ppx_sexp_message: Stabilize 0.14.0 arm64, #772833 (diff) | |
download | gentoo-3bcd67f02f7e9a6258020f99be9fa3d7d92e7578.tar.gz gentoo-3bcd67f02f7e9a6258020f99be9fa3d7d92e7578.tar.bz2 gentoo-3bcd67f02f7e9a6258020f99be9fa3d7d92e7578.zip |
dev-ml/ppx_sexp_value: Stabilize 0.14.0 arm64, #772833
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ml/ppx_sexp_value')
-rw-r--r-- | dev-ml/ppx_sexp_value/ppx_sexp_value-0.14.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ml/ppx_sexp_value/ppx_sexp_value-0.14.0.ebuild b/dev-ml/ppx_sexp_value/ppx_sexp_value-0.14.0.ebuild index 51ba3c8d1aa7..aac05f0dc7ee 100644 --- a/dev-ml/ppx_sexp_value/ppx_sexp_value-0.14.0.ebuild +++ b/dev-ml/ppx_sexp_value/ppx_sexp_value-0.14.0.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.g LICENSE="Apache-2.0" SLOT="0/${PV}" -KEYWORDS="amd64 arm ~arm64 ppc ppc64 x86" +KEYWORDS="amd64 arm arm64 ppc ppc64 x86" IUSE="+ocamlopt" DEPEND=" |