commit: 9dcd652f3df8cf9d456dfacdf0c2b79f874659db
Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 30 15:52:08 2016 +0000
Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Sat Apr 30 15:52:16 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9dcd652f
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 <AT> gentoo.org>
dev-ml/cudf/{cudf-0.8.ebuild => cudf-0.8-r1.ebuild} | 1 +
1 file changed, 1 insertion(+)
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 1e63770..91b6bcc 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 )