diff options
author | Sam James <sam@gentoo.org> | 2021-03-14 00:30:23 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-03-14 00:45:19 +0000 |
commit | 1ff789d8e04c806ceded4d04cab7c2d2789b3fa4 (patch) | |
tree | f4af6b57fddff5f8295e5908dc49bf7eda456892 /dev-ml/ocaml-migrate-parsetree | |
parent | dev-ml/ppxlib: Stabilize 0.20.0 arm, #772833 (diff) | |
download | gentoo-1ff789d8e04c806ceded4d04cab7c2d2789b3fa4.tar.gz gentoo-1ff789d8e04c806ceded4d04cab7c2d2789b3fa4.tar.bz2 gentoo-1ff789d8e04c806ceded4d04cab7c2d2789b3fa4.zip |
dev-ml/ocaml-migrate-parsetree: Stabilize 2.1.0 arm, #772833
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ml/ocaml-migrate-parsetree')
-rw-r--r-- | dev-ml/ocaml-migrate-parsetree/ocaml-migrate-parsetree-2.1.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ml/ocaml-migrate-parsetree/ocaml-migrate-parsetree-2.1.0.ebuild b/dev-ml/ocaml-migrate-parsetree/ocaml-migrate-parsetree-2.1.0.ebuild index c9a32cc90664..0580a1e89dc8 100644 --- a/dev-ml/ocaml-migrate-parsetree/ocaml-migrate-parsetree-2.1.0.ebuild +++ b/dev-ml/ocaml-migrate-parsetree/ocaml-migrate-parsetree-2.1.0.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/let-def/ocaml-migrate-parsetree/archive/v${PV}.tar.g LICENSE="LGPL-2.1" SLOT="0/${PV}" -KEYWORDS="amd64 ~arm ~arm64 ppc ppc64 x86" +KEYWORDS="amd64 arm ~arm64 ppc ppc64 x86" IUSE="+ocamlopt test" RESTRICT="!test? ( test )" |