diff options
author | Sam James <sam@gentoo.org> | 2021-02-11 06:31:05 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-02-11 06:31:05 +0000 |
commit | 07789b269d4ddf5841f1f183f228737e0e52dda4 (patch) | |
tree | 5f68a620f3f69bf4ba22eca164cbde161afab348 /dev-ml/ppx_assert | |
parent | dev-ml/ppx_sexp_conv: Stabilize 0.14.1 ppc, #769317 (diff) | |
download | gentoo-07789b269d4ddf5841f1f183f228737e0e52dda4.tar.gz gentoo-07789b269d4ddf5841f1f183f228737e0e52dda4.tar.bz2 gentoo-07789b269d4ddf5841f1f183f228737e0e52dda4.zip |
dev-ml/ppx_assert: Stabilize 0.14.0 ppc, #769317
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ml/ppx_assert')
-rw-r--r-- | dev-ml/ppx_assert/ppx_assert-0.14.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ml/ppx_assert/ppx_assert-0.14.0.ebuild b/dev-ml/ppx_assert/ppx_assert-0.14.0.ebuild index 3d62096edeeb..02e954f54f4e 100644 --- a/dev-ml/ppx_assert/ppx_assert-0.14.0.ebuild +++ b/dev-ml/ppx_assert/ppx_assert-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=" |