diff options
author | Alexis Ballier <aballier@gentoo.org> | 2017-10-14 13:03:58 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2017-10-14 13:13:41 +0200 |
commit | 146718a228a7cdd4bd01d50639d10fdab6c2bdbd (patch) | |
tree | d2e57176d954f709d29dad87f949fc7cbd06423b /dev-lang | |
parent | profiles/package.mask: mask dev-lang/ocaml beta (diff) | |
download | gentoo-146718a228a7cdd4bd01d50639d10fdab6c2bdbd.tar.gz gentoo-146718a228a7cdd4bd01d50639d10fdab6c2bdbd.tar.bz2 gentoo-146718a228a7cdd4bd01d50639d10fdab6c2bdbd.zip |
dev-lang/ocaml: restore keywords on 4.06 now that it is masked
Package-Manager: Portage-2.3.11, Repoman-2.3.3
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/ocaml/ocaml-4.06.0_beta1.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-lang/ocaml/ocaml-4.06.0_beta1.ebuild b/dev-lang/ocaml/ocaml-4.06.0_beta1.ebuild index 0c6b2bbfed86..85cb7d57e42a 100644 --- a/dev-lang/ocaml/ocaml-4.06.0_beta1.ebuild +++ b/dev-lang/ocaml/ocaml-4.06.0_beta1.ebuild @@ -16,8 +16,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}" -# still in beta -#KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris" IUSE="emacs flambda latex ncurses +ocamlopt spacetime X xemacs" RDEPEND=" |