summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2016-01-30 17:30:29 +0100
committerAlexis Ballier <aballier@gentoo.org>2016-01-30 17:30:40 +0100
commit82075dd45f46b928be13521857246adc603aba94 (patch)
treea4f5a3d94a57f3d9baa2a2023ad6502cadcede29
parent16f345e93b1b661cd38053fac3c7cbb388051548 (diff)
downloadgentoo-82075dd45f46b928be13521857246adc603aba94.tar.gz
gentoo-82075dd45f46b928be13521857246adc603aba94.tar.xz
dev-ml/eliom: enable ppx by default
Package-Manager: portage-2.2.27 Signed-off-by: Alexis Ballier <aballier@gentoo.org>
-rw-r--r--dev-ml/eliom/eliom-5.0.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ml/eliom/eliom-5.0.0.ebuild b/dev-ml/eliom/eliom-5.0.0.ebuild
index eeac149b587..eccf3a5eed9 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:=