diff options
author | Sam James <sam@gentoo.org> | 2023-03-17 02:27:24 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-03-17 02:27:24 +0000 |
commit | fe729c5e9a21299c9c8039df4e43dc995fc57061 (patch) | |
tree | b6d2c1a04e05f99a012387408344dfe93f64fa4c /dev-ml/ocaml-compiler-libs | |
parent | dev-ml/lablgtk: Stabilize 2.18.13 x86, #901647 (diff) | |
download | gentoo-fe729c5e9a21299c9c8039df4e43dc995fc57061.tar.gz gentoo-fe729c5e9a21299c9c8039df4e43dc995fc57061.tar.bz2 gentoo-fe729c5e9a21299c9c8039df4e43dc995fc57061.zip |
dev-ml/ocaml-compiler-libs: Stabilize 0.12.4 amd64, #901655
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ml/ocaml-compiler-libs')
-rw-r--r-- | dev-ml/ocaml-compiler-libs/ocaml-compiler-libs-0.12.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ml/ocaml-compiler-libs/ocaml-compiler-libs-0.12.4.ebuild b/dev-ml/ocaml-compiler-libs/ocaml-compiler-libs-0.12.4.ebuild index e131a8963b3c..89807e70c060 100644 --- a/dev-ml/ocaml-compiler-libs/ocaml-compiler-libs-0.12.4.ebuild +++ b/dev-ml/ocaml-compiler-libs/ocaml-compiler-libs-0.12.4.ebuild @@ -11,5 +11,5 @@ SRC_URI="https://github.com/janestreet/ocaml-compiler-libs/archive/v${PV}.tar.gz LICENSE="MIT" SLOT="0/${PV}" -KEYWORDS="~amd64 arm arm64 ~ppc ~ppc64 ~riscv ~x86" +KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 ~riscv ~x86" IUSE="+ocamlopt" |