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/eliom/
Date: Sat, 30 Jan 2016 16:36:10
Message-Id: 1454171440.82075dd45f46b928be13521857246adc603aba94.aballier@gentoo
1 commit: 82075dd45f46b928be13521857246adc603aba94
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 30 16:30:29 2016 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 30 16:30:40 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82075dd4
7
8 dev-ml/eliom: enable ppx by default
9
10 Package-Manager: portage-2.2.27
11 Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>
12
13 dev-ml/eliom/eliom-5.0.0.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-ml/eliom/eliom-5.0.0.ebuild b/dev-ml/eliom/eliom-5.0.0.ebuild
17 index eeac149..eccf3a5 100644
18 --- a/dev-ml/eliom/eliom-5.0.0.ebuild
19 +++ b/dev-ml/eliom/eliom-5.0.0.ebuild
20 @@ -13,7 +13,7 @@ SRC_URI="https://github.com/ocsigen/eliom/archive/${PV}.tar.gz -> ${P}.tar.gz"
21 LICENSE="LGPL-2.1-with-linking-exception"
22 SLOT="0/${PV}"
23 KEYWORDS="~amd64"
24 -IUSE="doc +ocamlopt ppx"
25 +IUSE="doc +ocamlopt +ppx"
26
27 RDEPEND=">=dev-lang/ocaml-4.00:=[ocamlopt?]
28 >=dev-ml/js_of_ocaml-2.5-r1:=