commit: f46184cf07486f067163b2ed7457f25b4cd6aa65
Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 16 16:24:10 2016 +0000
Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Tue Aug 16 16:24:15 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f46184cf
dev-ml/ocaml-containers: add missing build dep on cppo, bug #591404
Package-Manager: portage-2.3.0
dev-ml/ocaml-containers/ocaml-containers-0.18.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-ml/ocaml-containers/ocaml-containers-0.18.ebuild
b/dev-ml/ocaml-containers/ocaml-containers-0.18.ebuild
index a2a2dba..9b88e57 100644
--- a/dev-ml/ocaml-containers/ocaml-containers-0.18.ebuild
+++ b/dev-ml/ocaml-containers/ocaml-containers-0.18.ebuild
@@ -22,7 +22,7 @@ RDEPEND="
dev-ml/result:=
dev-ml/sequence:=
"
-DEPEND="${RDEPEND}"
+DEPEND="${RDEPEND} dev-ml/cppo"
PATCHES=( "${FILESDIR}/notests.patch" )
src_configure() {