diff options
author | Sam James <sam@gentoo.org> | 2021-03-14 00:38:06 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-03-14 00:46:47 +0000 |
commit | 855d56fbb19e56767d23b780dd92624bf5725670 (patch) | |
tree | 95608e139cb761620bf9f23e93aca6ef3f78e10e /dev-ml/ocaml-migrate-parsetree | |
parent | dev-ml/ppxlib: Stabilize 0.20.0 arm64, #772833 (diff) | |
download | gentoo-855d56fbb19e56767d23b780dd92624bf5725670.tar.gz gentoo-855d56fbb19e56767d23b780dd92624bf5725670.tar.bz2 gentoo-855d56fbb19e56767d23b780dd92624bf5725670.zip |
dev-ml/ocaml-migrate-parsetree: Stabilize 2.1.0 arm64, #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 0580a1e89dc8..198d60910325 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 )" |