diff options
author | Sam James <sam@gentoo.org> | 2023-03-16 23:14:37 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-03-16 23:14:37 +0000 |
commit | a3c312b615c4d1c079b0ee93402f19a9854a3e48 (patch) | |
tree | b69b2294b6be8bb7bcac06d780d73b31b1c00428 /dev-ml/ocaml-migrate-parsetree | |
parent | dev-ml/dune: Stabilize 3.7.0 arm64, #901627 (diff) | |
download | gentoo-a3c312b615c4d1c079b0ee93402f19a9854a3e48.tar.gz gentoo-a3c312b615c4d1c079b0ee93402f19a9854a3e48.tar.bz2 gentoo-a3c312b615c4d1c079b0ee93402f19a9854a3e48.zip |
dev-ml/ocaml-migrate-parsetree: Stabilize 2.4.0 arm, #901633
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.4.0.ebuild | 4 |
1 files changed, 2 insertions, 2 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 89267d689c6c..1e35b5b14d9a 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 @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -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" |