dev-ml/cudf: add := dep on cppo.

The dep is not a real one, it is there only by transitivity from extlib but if cudf is not rebuilt after a cppo update this causes issues like bug #580952.
Sadly, we dont have transitive := deps so we have to duplicate the dep here in cudf ebuild.

Package-Manager: portage-2.2.28
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
This commit is contained in:
Alexis Ballier
2016-04-30 17:52:08 +02:00
parent adb42f3612
commit 9dcd652f3d

View File

@@ -20,6 +20,7 @@ RDEPEND="
dev-ml/extlib:=
dev-libs/glib:2
dev-ml/camlp4:=
dev-ml/cppo:=
"
DEPEND="${RDEPEND}
test? ( dev-ml/ounit )