dev-ml/uchar: Add missing ocamlbuild dep, bug #611416
authorAlexis Ballier <aballier@gentoo.org>
Thu, 2 Mar 2017 17:36:17 +0000 (18:36 +0100)
committerAlexis Ballier <aballier@gentoo.org>
Thu, 2 Mar 2017 17:36:39 +0000 (18:36 +0100)
Package-Manager: Portage-2.3.4, Repoman-2.3.2

dev-ml/uchar/uchar-0.0.1.ebuild

index 295342b84746d80da75d5967f211a1605d2d788a..ed8af46309ebca80e4fdbefde636879f2b9549b9 100644 (file)
@@ -15,7 +15,7 @@ KEYWORDS="~amd64"
 IUSE="+ocamlopt"
 
 RDEPEND=">=dev-lang/ocaml-4.03:="
-DEPEND="${RDEPEND}"
+DEPEND="${RDEPEND} dev-ml/ocamlbuild"
 
 src_compile() {
        ocaml pkg/build.ml \