diff options
author | 2024-06-12 08:37:36 +0300 | |
---|---|---|
committer | 2024-06-12 08:37:36 +0300 | |
commit | 84a4cb3559140c7f2895cbf30d23d3ea01b13c1d (patch) | |
tree | be4e9a69e6f475bb63c151e0799483feb7e9e740 /dev-ml | |
parent | dev-ml/ppx_bin_prot: Stabilize 0.16.0 ppc64, #933369 (diff) | |
download | gentoo-84a4cb3559140c7f2895cbf30d23d3ea01b13c1d.tar.gz gentoo-84a4cb3559140c7f2895cbf30d23d3ea01b13c1d.tar.bz2 gentoo-84a4cb3559140c7f2895cbf30d23d3ea01b13c1d.zip |
dev-ml/ppx_disable_unused_warnings: Stabilize 0.16.0 ppc64, #933369
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/ppx_disable_unused_warnings/ppx_disable_unused_warnings-0.16.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ml/ppx_disable_unused_warnings/ppx_disable_unused_warnings-0.16.0.ebuild b/dev-ml/ppx_disable_unused_warnings/ppx_disable_unused_warnings-0.16.0.ebuild index 100b722a7a78..86b002684f42 100644 --- a/dev-ml/ppx_disable_unused_warnings/ppx_disable_unused_warnings-0.16.0.ebuild +++ b/dev-ml/ppx_disable_unused_warnings/ppx_disable_unused_warnings-0.16.0.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://github.com/janestreet/${PN}/archive/refs/tags/v${PV}.tar.gz LICENSE="MIT" 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=" |