summaryrefslogtreecommitdiff
path: root/dev-ml
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2016-04-30 17:52:08 +0200
committerAlexis Ballier <aballier@gentoo.org>2016-04-30 17:52:16 +0200
commit9dcd652f3df8cf9d456dfacdf0c2b79f874659db (patch)
tree0470727c6fcb4e04b17305b2c26c75ae7df17f2f /dev-ml
parentvirtual/perl-Storable: Also provided by 5.22.2 (diff)
downloadgentoo-9dcd652f3df8cf9d456dfacdf0c2b79f874659db.tar.gz
gentoo-9dcd652f3df8cf9d456dfacdf0c2b79f874659db.tar.bz2
gentoo-9dcd652f3df8cf9d456dfacdf0c2b79f874659db.zip
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>
Diffstat (limited to 'dev-ml')
-rw-r--r--dev-ml/cudf/cudf-0.8-r1.ebuild (renamed from dev-ml/cudf/cudf-0.8.ebuild)1
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-ml/cudf/cudf-0.8.ebuild b/dev-ml/cudf/cudf-0.8-r1.ebuild
index 1e637708faec..91b6bcc1c7cf 100644
--- a/dev-ml/cudf/cudf-0.8.ebuild
+++ b/dev-ml/cudf/cudf-0.8-r1.ebuild
@@ -20,6 +20,7 @@ RDEPEND="
dev-ml/extlib:=
dev-libs/glib:2
dev-ml/camlp4:=
+ dev-ml/cppo:=
"
DEPEND="${RDEPEND}
test? ( dev-ml/ounit )