Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/js_of_ocaml/
Date: Thu, 22 Jun 2017 14:25:08
Message-Id: 1498141476.97deb89461d9abef0be98c0f185e3e1c80b287bf.aballier@gentoo
1 commit: 97deb89461d9abef0be98c0f185e3e1c80b287bf
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jun 22 13:47:38 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 22 14:24:36 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97deb894
7
8 dev-ml/js_of_ocaml: default enable previously mandatory flags
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11
12 dev-ml/js_of_ocaml/js_of_ocaml-3.0.0.ebuild | 2 +-
13 dev-ml/js_of_ocaml/js_of_ocaml-9999.ebuild | 2 +-
14 2 files changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-ml/js_of_ocaml/js_of_ocaml-3.0.0.ebuild b/dev-ml/js_of_ocaml/js_of_ocaml-3.0.0.ebuild
17 index 3a44770cfb6..9fe8dff84ed 100644
18 --- a/dev-ml/js_of_ocaml/js_of_ocaml-3.0.0.ebuild
19 +++ b/dev-ml/js_of_ocaml/js_of_ocaml-3.0.0.ebuild
20 @@ -20,7 +20,7 @@ fi
21
22 LICENSE="LGPL-2.1-with-linking-exception"
23 SLOT="0/${PV}"
24 -IUSE="+ocamlopt camlp4 lwt doc +deriving +ppx +xml test"
25 +IUSE="+ocamlopt +camlp4 +lwt doc +deriving +ppx +xml test"
26
27 RDEPEND="
28 >=dev-lang/ocaml-3.12:=[ocamlopt?]
29
30 diff --git a/dev-ml/js_of_ocaml/js_of_ocaml-9999.ebuild b/dev-ml/js_of_ocaml/js_of_ocaml-9999.ebuild
31 index 3a44770cfb6..9fe8dff84ed 100644
32 --- a/dev-ml/js_of_ocaml/js_of_ocaml-9999.ebuild
33 +++ b/dev-ml/js_of_ocaml/js_of_ocaml-9999.ebuild
34 @@ -20,7 +20,7 @@ fi
35
36 LICENSE="LGPL-2.1-with-linking-exception"
37 SLOT="0/${PV}"
38 -IUSE="+ocamlopt camlp4 lwt doc +deriving +ppx +xml test"
39 +IUSE="+ocamlopt +camlp4 +lwt doc +deriving +ppx +xml test"
40
41 RDEPEND="
42 >=dev-lang/ocaml-3.12:=[ocamlopt?]