diff options
author | 2024-06-08 09:33:43 +0300 | |
---|---|---|
committer | 2024-06-08 09:33:43 +0300 | |
commit | 12addf3ae403d79319617e9d8bdecb82a8ca588c (patch) | |
tree | 4780dc70115493d5c22b3f09fc13201a899351cf /dev-ml/ocaml_intrinsics/ocaml_intrinsics-0.16.0.ebuild | |
parent | dev-ml/expect_test_helpers_core: Stabilize 0.16.0 arm64, #933767 (diff) | |
download | gentoo-12addf3ae403d79319617e9d8bdecb82a8ca588c.tar.gz gentoo-12addf3ae403d79319617e9d8bdecb82a8ca588c.tar.bz2 gentoo-12addf3ae403d79319617e9d8bdecb82a8ca588c.zip |
dev-ml/ocaml_intrinsics: Stabilize 0.16.0 arm64, #933767
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-ml/ocaml_intrinsics/ocaml_intrinsics-0.16.0.ebuild')
-rw-r--r-- | dev-ml/ocaml_intrinsics/ocaml_intrinsics-0.16.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ml/ocaml_intrinsics/ocaml_intrinsics-0.16.0.ebuild b/dev-ml/ocaml_intrinsics/ocaml_intrinsics-0.16.0.ebuild index 18297e6b84b1..024c6b910c5d 100644 --- a/dev-ml/ocaml_intrinsics/ocaml_intrinsics-0.16.0.ebuild +++ b/dev-ml/ocaml_intrinsics/ocaml_intrinsics-0.16.0.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz LICENSE="MIT" SLOT="0/$(ver_cut 1-2)" -KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86" +KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 x86" IUSE="+ocamlopt" RESTRICT="test" |