dev-ml/eliom: enable ppx by default
authorAlexis Ballier <aballier@gentoo.org>
Sat, 30 Jan 2016 16:30:29 +0000 (17:30 +0100)
committerAlexis Ballier <aballier@gentoo.org>
Sat, 30 Jan 2016 16:30:40 +0000 (17:30 +0100)
Package-Manager: portage-2.2.27
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
dev-ml/eliom/eliom-5.0.0.ebuild

index eeac149b587c9e3e1991e80b78aeb62b8bda9acb..eccf3a5eed95df6e055811f8718340debb46dcf0 100644 (file)
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/ocsigen/eliom/archive/${PV}.tar.gz -> ${P}.tar.gz"
 LICENSE="LGPL-2.1-with-linking-exception"
 SLOT="0/${PV}"
 KEYWORDS="~amd64"
-IUSE="doc +ocamlopt ppx"
+IUSE="doc +ocamlopt +ppx"
 
 RDEPEND=">=dev-lang/ocaml-4.00:=[ocamlopt?]
        >=dev-ml/js_of_ocaml-2.5-r1:=