dev-ml/cudf: add := dep on cppo.
authorAlexis Ballier <aballier@gentoo.org>
Sat, 30 Apr 2016 15:52:08 +0000 (17:52 +0200)
committerAlexis Ballier <aballier@gentoo.org>
Sat, 30 Apr 2016 15:52:16 +0000 (17:52 +0200)
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>
dev-ml/cudf/cudf-0.8-r1.ebuild [moved from dev-ml/cudf/cudf-0.8.ebuild with 98% similarity]

similarity index 98%
rename from dev-ml/cudf/cudf-0.8.ebuild
rename to dev-ml/cudf/cudf-0.8-r1.ebuild
index 1e637708faecc969b6aa7a1e1dae37e9ac09e0d2..91b6bcc1c7cfbd7ce1eea81bc6815bed419ac987 100644 (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 )