diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2023-04-24 14:19:20 +0200 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2023-04-24 14:20:29 +0200 |
commit | 6f3d7b9e4d2082c0d261f1d65ab58a1f6b9cb2a8 (patch) | |
tree | 03c0f40707f32bf88005b523b7018a285a17502a /dev-ml | |
parent | dev-ml/expect_test_helpers_core: stabilize 0.15.0-r1 for amd64 (diff) | |
download | gentoo-6f3d7b9e4d2082c0d261f1d65ab58a1f6b9cb2a8.tar.gz gentoo-6f3d7b9e4d2082c0d261f1d65ab58a1f6b9cb2a8.tar.bz2 gentoo-6f3d7b9e4d2082c0d261f1d65ab58a1f6b9cb2a8.zip |
dev-ml/ocaml_intrinsics: stabilize 0.15.2 for amd64
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/ocaml_intrinsics/ocaml_intrinsics-0.15.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ml/ocaml_intrinsics/ocaml_intrinsics-0.15.2.ebuild b/dev-ml/ocaml_intrinsics/ocaml_intrinsics-0.15.2.ebuild index 7b3bce711c43..b93806da0791 100644 --- a/dev-ml/ocaml_intrinsics/ocaml_intrinsics-0.15.2.ebuild +++ b/dev-ml/ocaml_intrinsics/ocaml_intrinsics-0.15.2.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 ~x86" +KEYWORDS="amd64 ~arm ~arm64 ~x86" IUSE="+ocamlopt" RESTRICT="test" |