diff options
author | 2023-03-25 17:28:42 +0300 | |
---|---|---|
committer | 2023-03-25 17:28:42 +0300 | |
commit | f54a7591e6d4d79dd2c86893b7458d477f4677a4 (patch) | |
tree | 251db8f7b58660e615828061773ab416aa48597e /dev-ml/ppx_assert | |
parent | dev-ml/ppx_assert: Stabilize 0.15.0-r1 amd64, #901709 (diff) | |
download | gentoo-f54a7591e6d4d79dd2c86893b7458d477f4677a4.tar.gz gentoo-f54a7591e6d4d79dd2c86893b7458d477f4677a4.tar.bz2 gentoo-f54a7591e6d4d79dd2c86893b7458d477f4677a4.zip |
dev-ml/ppx_assert: Stabilize 0.15.0-r1 ppc64, #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 01d6bfc9a7bd..deb53ab47721 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=" |