dev-ml/eliom: fix deps; opam is build dep only
authorAlexis Ballier <aballier@gentoo.org>
Tue, 19 Jan 2016 12:07:30 +0000 (13:07 +0100)
committerAlexis Ballier <aballier@gentoo.org>
Tue, 19 Jan 2016 12:07:30 +0000 (13:07 +0100)
Package-Manager: portage-2.2.27
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
dev-ml/eliom/eliom-4.2.ebuild

index 0b543d868e1f7c714cc5fc6ef72bf406d7696af1..44f4cd59e8e8f06a48f0b852a3f40ba056bcf4eb 100644 (file)
@@ -15,7 +15,7 @@ SLOT="0/${PV}"
 KEYWORDS="~amd64"
 IUSE="doc +ocamlopt"
 
-DEPEND=">=dev-lang/ocaml-4.00:=[ocamlopt?]
+RDEPEND=">=dev-lang/ocaml-4.00:=[ocamlopt?]
        >=dev-ml/js_of_ocaml-2.5-r1:=
        >=www-servers/ocsigenserver-2.5:=
        >=dev-ml/tyxml-3.3:=
@@ -26,7 +26,7 @@ DEPEND=">=dev-lang/ocaml-4.00:=[ocamlopt?]
        dev-ml/ocaml-ssl:=
        >=dev-ml/lwt-2.5.0:=
        dev-ml/calendar:="
-RDEPEND="${DEPEND}
+DEPEND="${RDEPEND}
        dev-ml/opam"
 
 src_compile() {