diff options
author | Alexis Ballier <aballier@gentoo.org> | 2016-03-01 20:15:02 +0100 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2016-03-01 20:17:17 +0100 |
commit | 95df0eb618587bb13ad74e990460108534fbae6e (patch) | |
tree | bfad0b2cb72fa974c4ac4d6e93d264658419cfe9 /dev-lang | |
parent | profiles/packages.mask: mask ocaml 4.03 (diff) | |
download | gentoo-95df0eb618587bb13ad74e990460108534fbae6e.tar.gz gentoo-95df0eb618587bb13ad74e990460108534fbae6e.tar.bz2 gentoo-95df0eb618587bb13ad74e990460108534fbae6e.zip |
dev-lang/ocaml: restore keywords, it is masked in package.mask
Package-Manager: portage-2.2.27
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/ocaml/ocaml-4.03.0_beta1.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-lang/ocaml/ocaml-4.03.0_beta1.ebuild b/dev-lang/ocaml/ocaml-4.03.0_beta1.ebuild index 955952a73719..803426547831 100644 --- a/dev-lang/ocaml/ocaml-4.03.0_beta1.ebuild +++ b/dev-lang/ocaml/ocaml-4.03.0_beta1.ebuild @@ -17,8 +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="" +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=" |