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