diff options
author | Sam James <sam@gentoo.org> | 2021-02-10 16:32:15 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-02-10 16:32:15 +0000 |
commit | cb2f66363412550ce9f80b0ec57305950a87cc1f (patch) | |
tree | 7b1f8d458dad48a1fac50452916517dbd10abd1e /dev-ml/ocaml-migrate-parsetree | |
parent | dev-ml/ppxlib: Stabilize 0.20.0 ppc64, #769317 (diff) | |
download | gentoo-cb2f66363412550ce9f80b0ec57305950a87cc1f.tar.gz gentoo-cb2f66363412550ce9f80b0ec57305950a87cc1f.tar.bz2 gentoo-cb2f66363412550ce9f80b0ec57305950a87cc1f.zip |
dev-ml/ocaml-migrate-parsetree: Stabilize 2.1.0 ppc64, #769317
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 15c2c38d9b40..48bbe6fc61b9 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 )" |