diff options
author | 2023-03-17 11:38:04 +0200 | |
---|---|---|
committer | 2023-03-17 11:38:04 +0200 | |
commit | f63d8891587b49d5142ab455ede12f141d813857 (patch) | |
tree | acfcb53d8b18501b2ca66e4e571d54d5f4cf9d3d | |
parent | dev-ml/menhir: Stabilize 20220210 ppc64, #901609 (diff) | |
download | gentoo-f63d8891587b49d5142ab455ede12f141d813857.tar.gz gentoo-f63d8891587b49d5142ab455ede12f141d813857.tar.bz2 gentoo-f63d8891587b49d5142ab455ede12f141d813857.zip |
dev-ml/ocaml-compiler-libs: Stabilize 0.12.4 ppc64, #901655
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
-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 5590b48f042b..9867417d2e6a 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" |