diff options
author | Sam James <sam@gentoo.org> | 2023-03-16 23:15:08 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-03-16 23:15:08 +0000 |
commit | 551a821221fec4be09f32e0518bbca7571c75544 (patch) | |
tree | 751d6890af597e8194af4c3f47806b96aa59489a /dev-lang/ocaml | |
parent | dev-ml/camlzip: Stabilize 1.11 arm64, #901671 (diff) | |
download | gentoo-551a821221fec4be09f32e0518bbca7571c75544.tar.gz gentoo-551a821221fec4be09f32e0518bbca7571c75544.tar.bz2 gentoo-551a821221fec4be09f32e0518bbca7571c75544.zip |
dev-lang/ocaml: Stabilize 4.14.0-r1 arm, #901673
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-lang/ocaml')
-rw-r--r-- | dev-lang/ocaml/ocaml-4.14.0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lang/ocaml/ocaml-4.14.0-r1.ebuild b/dev-lang/ocaml/ocaml-4.14.0-r1.ebuild index 6f2795bf607a..9d2a473ee6c2 100644 --- a/dev-lang/ocaml/ocaml-4.14.0-r1.ebuild +++ b/dev-lang/ocaml/ocaml-4.14.0-r1.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 @@ -11,7 +11,7 @@ DESCRIPTION="Programming language supporting functional, imperative & object-ori LICENSE="QPL-1.0 LGPL-2" SLOT="0/$(ver_cut 1-2)" -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris" +KEYWORDS="~amd64 arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris" IUSE="emacs flambda latex +ocamlopt xemacs" RDEPEND="sys-libs/binutils-libs:=" |