From: Alexis Ballier Date: Sat, 30 Jan 2016 16:30:29 +0000 (+0100) Subject: dev-ml/eliom: enable ppx by default X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=82075dd45f46b928be13521857246adc603aba94;p=gentoo.git dev-ml/eliom: enable ppx by default Package-Manager: portage-2.2.27 Signed-off-by: Alexis Ballier --- diff --git a/dev-ml/eliom/eliom-5.0.0.ebuild b/dev-ml/eliom/eliom-5.0.0.ebuild index eeac149b587c..eccf3a5eed95 100644 --- a/dev-ml/eliom/eliom-5.0.0.ebuild +++ b/dev-ml/eliom/eliom-5.0.0.ebuild @@ -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:=