diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-03-25 17:36:33 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-03-25 17:36:33 +0300 |
commit | 01d9054848e5b2e87f1767697a49421c6d393e68 (patch) | |
tree | 58b2a58c8265d7503cba379d008455e74fad3bec /dev-ml/ppx_assert | |
parent | dev-ml/ppx_base: Stabilize 0.15.0 arm64, #901529 (diff) | |
download | gentoo-01d9054848e5b2e87f1767697a49421c6d393e68.tar.gz gentoo-01d9054848e5b2e87f1767697a49421c6d393e68.tar.bz2 gentoo-01d9054848e5b2e87f1767697a49421c6d393e68.zip |
dev-ml/ppx_assert: Stabilize 0.15.0-r1 arm64, #901709
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-ml/ppx_assert')
-rw-r--r-- | dev-ml/ppx_assert/ppx_assert-0.15.0-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ml/ppx_assert/ppx_assert-0.15.0-r1.ebuild b/dev-ml/ppx_assert/ppx_assert-0.15.0-r1.ebuild index cc1a0d4f9b94..67db7470b298 100644 --- a/dev-ml/ppx_assert/ppx_assert-0.15.0-r1.ebuild +++ b/dev-ml/ppx_assert/ppx_assert-0.15.0-r1.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/$(ver_cut 1-2)" -KEYWORDS="amd64 arm ~arm64 ~ppc ppc64 ~riscv x86" +KEYWORDS="amd64 arm arm64 ~ppc ppc64 ~riscv x86" IUSE="+ocamlopt" DEPEND=" |