diff options
author | Sam James <sam@gentoo.org> | 2023-03-17 02:28:11 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-03-17 02:28:11 +0000 |
commit | 61c4cb92838ba6d649e953bcaf7230cf31aeaed5 (patch) | |
tree | 1e45c7dcd21a62e947fa121459efadb93d433894 /dev-lang/ocaml | |
parent | dev-ml/dose3: Stabilize 7.0.0 x86, #901707 (diff) | |
download | gentoo-61c4cb92838ba6d649e953bcaf7230cf31aeaed5.tar.gz gentoo-61c4cb92838ba6d649e953bcaf7230cf31aeaed5.tar.bz2 gentoo-61c4cb92838ba6d649e953bcaf7230cf31aeaed5.zip |
dev-lang/ocaml: Stabilize 4.05.0-r9 amd64, #901711
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-lang/ocaml')
-rw-r--r-- | dev-lang/ocaml/ocaml-4.05.0-r9.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lang/ocaml/ocaml-4.05.0-r9.ebuild b/dev-lang/ocaml/ocaml-4.05.0-r9.ebuild index 00764d5fcf07..ee12dc760a5d 100644 --- a/dev-lang/ocaml/ocaml-4.05.0-r9.ebuild +++ b/dev-lang/ocaml/ocaml-4.05.0-r9.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=7 @@ -17,7 +17,7 @@ LICENSE="QPL-1.0 LGPL-2" # Everytime ocaml is updated to a new version, everything ocaml must be rebuilt, # so here we go with the subslot. SLOT="0/$(ver_cut 1-2)" -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris" +KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris" IUSE="emacs flambda latex ncurses +ocamlopt spacetime X xemacs" RDEPEND=" |