summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2016-08-16 18:24:10 +0200
committerAlexis Ballier <aballier@gentoo.org>2016-08-16 18:24:15 +0200
commitf46184cf07486f067163b2ed7457f25b4cd6aa65 (patch)
tree0f3529d43383c07f088dcaf10134d4462de3d19c /dev-ml/ocaml-containers
parentmedia-sound/ardour: Version bump, old cleanup, deps see bugs 591230 591370 57... (diff)
downloadgentoo-f46184cf07486f067163b2ed7457f25b4cd6aa65.tar.gz
gentoo-f46184cf07486f067163b2ed7457f25b4cd6aa65.tar.bz2
gentoo-f46184cf07486f067163b2ed7457f25b4cd6aa65.zip
dev-ml/ocaml-containers: add missing build dep on cppo, bug #591404
Package-Manager: portage-2.3.0
Diffstat (limited to 'dev-ml/ocaml-containers')
-rw-r--r--dev-ml/ocaml-containers/ocaml-containers-0.18.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ml/ocaml-containers/ocaml-containers-0.18.ebuild b/dev-ml/ocaml-containers/ocaml-containers-0.18.ebuild
index a2a2dba20057..9b88e573f8e9 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() {