From: Alexis Ballier Date: Sat, 30 Apr 2016 15:52:08 +0000 (+0200) Subject: dev-ml/cudf: add := dep on cppo. X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=9dcd652f3df8cf9d456dfacdf0c2b79f874659db;p=gentoo.git 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 --- diff --git a/dev-ml/cudf/cudf-0.8.ebuild b/dev-ml/cudf/cudf-0.8-r1.ebuild similarity index 98% rename from dev-ml/cudf/cudf-0.8.ebuild rename to 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 )