diff options
author | Alexis Ballier <aballier@gentoo.org> | 2016-08-16 18:24:10 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2016-08-16 18:24:15 +0200 |
commit | f46184cf07486f067163b2ed7457f25b4cd6aa65 (patch) | |
tree | 0f3529d43383c07f088dcaf10134d4462de3d19c /dev-ml/ocaml-containers | |
parent | media-sound/ardour: Version bump, old cleanup, deps see bugs 591230 591370 57... (diff) | |
download | gentoo-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.ebuild | 2 |
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() { |