diff options
author | Alexis Ballier <aballier@gentoo.org> | 2016-11-29 15:53:44 +0100 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2016-11-29 16:05:23 +0100 |
commit | 110fd657345cf32450a140beb9c6fa82fb8e018b (patch) | |
tree | cff5f01d91fd2f85e9d8c19cc2470ed4885dbd62 /dev-lang | |
parent | dev-ml/ppx_optcomp: fix build with ocaml 4.04 (diff) | |
download | gentoo-110fd657345cf32450a140beb9c6fa82fb8e018b.tar.gz gentoo-110fd657345cf32450a140beb9c6fa82fb8e018b.tar.bz2 gentoo-110fd657345cf32450a140beb9c6fa82fb8e018b.zip |
dev-lang/ocaml: restore keywords on 4.04
Package-Manager: portage-2.3.2
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/ocaml/ocaml-4.04.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/ocaml/ocaml-4.04.0.ebuild b/dev-lang/ocaml/ocaml-4.04.0.ebuild index 23ddd14d5bab..6effab4136cb 100644 --- a/dev-lang/ocaml/ocaml-4.04.0.ebuild +++ b/dev-lang/ocaml/ocaml-4.04.0.ebuild @@ -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 flambda latex ncurses +ocamlopt X xemacs" RDEPEND=" |