diff options
author | 2023-03-17 12:17:30 +0200 | |
---|---|---|
committer | 2023-03-17 12:17:30 +0200 | |
commit | 6885b205337987020424b7058cdb35a8746871f5 (patch) | |
tree | c2c5367c9fc5af5e5543ad941a26a2d3e626fcfa /dev-ml | |
parent | dev-ml/ppx_ignore_instrumentation: Stabilize 0.15.0-r1 arm, #901571 (diff) | |
download | gentoo-6885b205337987020424b7058cdb35a8746871f5.tar.gz gentoo-6885b205337987020424b7058cdb35a8746871f5.tar.bz2 gentoo-6885b205337987020424b7058cdb35a8746871f5.zip |
dev-ml/ocaml-migrate-parsetree: Stabilize 2.4.0 ppc64, #901633
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/ocaml-migrate-parsetree/ocaml-migrate-parsetree-2.4.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ml/ocaml-migrate-parsetree/ocaml-migrate-parsetree-2.4.0.ebuild b/dev-ml/ocaml-migrate-parsetree/ocaml-migrate-parsetree-2.4.0.ebuild index 88dea05cf6b2..bcad667ef590 100644 --- a/dev-ml/ocaml-migrate-parsetree/ocaml-migrate-parsetree-2.4.0.ebuild +++ b/dev-ml/ocaml-migrate-parsetree/ocaml-migrate-parsetree-2.4.0.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://github.com/let-def/ocaml-migrate-parsetree/archive/${PV}.tar.gz LICENSE="LGPL-2.1" SLOT="0/${PV}" -KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 ~riscv x86" +KEYWORDS="amd64 arm arm64 ~ppc ppc64 ~riscv x86" IUSE="+ocamlopt test" RESTRICT="!test? ( test ) strip" |