dev-ml/js-build-tools: add missing dep on ocamlbuild
authorAlexis Ballier <aballier@gentoo.org>
Mon, 30 Jan 2017 12:41:07 +0000 (13:41 +0100)
committerAlexis Ballier <aballier@gentoo.org>
Mon, 30 Jan 2017 22:21:58 +0000 (23:21 +0100)
Package-Manager: Portage-2.3.3, Repoman-2.3.1

dev-ml/js-build-tools/js-build-tools-113.33.04.ebuild

index deec719b6b8fd8751c53a00c434da1b4d53357cd..db4c32f92467610e2cd8a7b39d6e9c8c72b18725 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -18,7 +18,7 @@ SLOT="0/${PV}"
 KEYWORDS="~amd64"
 IUSE=""
 
-RDEPEND=""
+RDEPEND="dev-ml/ocamlbuild:="
 DEPEND="${RDEPEND} dev-ml/opam"
 
 src_configure() {