diff options
author | 2024-06-02 22:43:52 +0300 | |
---|---|---|
committer | 2024-06-02 22:43:52 +0300 | |
commit | 513a318d4600df276f9a915f5b1dfdc5910de584 (patch) | |
tree | 298ec1484fa00e7f4ff1104e420e68d27402c2e6 /dev-ml/ppx_tydi | |
parent | dev-ml/ppx_string: Stabilize 0.16.0 arm, #933369 (diff) | |
download | gentoo-513a318d4600df276f9a915f5b1dfdc5910de584.tar.gz gentoo-513a318d4600df276f9a915f5b1dfdc5910de584.tar.bz2 gentoo-513a318d4600df276f9a915f5b1dfdc5910de584.zip |
dev-ml/ppx_tydi: Stabilize 0.16.0 arm, #933369
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-ml/ppx_tydi')
-rw-r--r-- | dev-ml/ppx_tydi/ppx_tydi-0.16.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ml/ppx_tydi/ppx_tydi-0.16.0.ebuild b/dev-ml/ppx_tydi/ppx_tydi-0.16.0.ebuild index 59831621477c..0fa390e3fe29 100644 --- a/dev-ml/ppx_tydi/ppx_tydi-0.16.0.ebuild +++ b/dev-ml/ppx_tydi/ppx_tydi-0.16.0.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz 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=" |