diff options
author | Sam James <sam@gentoo.org> | 2021-02-11 06:31:01 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-02-11 06:31:01 +0000 |
commit | e2f4d967adfda5334211d0cb265725f7cec5471c (patch) | |
tree | 0d200490b0f81d0152053163ec5ccd73c02be6fa /dev-ml/ocaml-migrate-parsetree | |
parent | dev-ml/ppxlib: Stabilize 0.20.0 ppc, #769317 (diff) | |
download | gentoo-e2f4d967adfda5334211d0cb265725f7cec5471c.tar.gz gentoo-e2f4d967adfda5334211d0cb265725f7cec5471c.tar.bz2 gentoo-e2f4d967adfda5334211d0cb265725f7cec5471c.zip |
dev-ml/ocaml-migrate-parsetree: Stabilize 2.1.0 ppc, #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 c3caab244fbf..c9a32cc90664 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 )" |