diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2017-01-11 11:20:44 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2017-01-11 11:20:44 +0100 |
commit | 5e0e742ea2abe741b07e6abd73f04a0ac4b1264b (patch) | |
tree | b685b52bac526e7da39e518a736414c2a4435c7a /dev-lang/ocaml | |
parent | app-emacs/ocaml-mode: sparc stable wrt bug #463018 (diff) | |
download | gentoo-5e0e742ea2abe741b07e6abd73f04a0ac4b1264b.tar.gz gentoo-5e0e742ea2abe741b07e6abd73f04a0ac4b1264b.tar.bz2 gentoo-5e0e742ea2abe741b07e6abd73f04a0ac4b1264b.zip |
dev-lang/ocaml: sparc stable wrt bug #463018
Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-lang/ocaml')
-rw-r--r-- | dev-lang/ocaml/ocaml-4.02.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lang/ocaml/ocaml-4.02.3.ebuild b/dev-lang/ocaml/ocaml-4.02.3.ebuild index 07dcbc9af527..a98121493fbd 100644 --- a/dev-lang/ocaml/ocaml-4.02.3.ebuild +++ b/dev-lang/ocaml/ocaml-4.02.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -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/${PV}" -KEYWORDS="alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux" +KEYWORDS="alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux" IUSE="emacs latex ncurses +ocamlopt X xemacs" RDEPEND=" |