Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/cudf/
Date: Sat, 30 Apr 2016 15:52:35
Message-Id: 1462031536.9dcd652f3df8cf9d456dfacdf0c2b79f874659db.aballier@gentoo
1 commit: 9dcd652f3df8cf9d456dfacdf0c2b79f874659db
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 30 15:52:08 2016 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 30 15:52:16 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9dcd652f
7
8 dev-ml/cudf: add := dep on cppo.
9
10 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.
11 Sadly, we dont have transitive := deps so we have to duplicate the dep here in cudf ebuild.
12
13 Package-Manager: portage-2.2.28
14 Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>
15
16 dev-ml/cudf/{cudf-0.8.ebuild => cudf-0.8-r1.ebuild} | 1 +
17 1 file changed, 1 insertion(+)
18
19 diff --git a/dev-ml/cudf/cudf-0.8.ebuild b/dev-ml/cudf/cudf-0.8-r1.ebuild
20 similarity index 98%
21 rename from dev-ml/cudf/cudf-0.8.ebuild
22 rename to dev-ml/cudf/cudf-0.8-r1.ebuild
23 index 1e63770..91b6bcc 100644
24 --- a/dev-ml/cudf/cudf-0.8.ebuild
25 +++ b/dev-ml/cudf/cudf-0.8-r1.ebuild
26 @@ -20,6 +20,7 @@ RDEPEND="
27 dev-ml/extlib:=
28 dev-libs/glib:2
29 dev-ml/camlp4:=
30 + dev-ml/cppo:=
31 "
32 DEPEND="${RDEPEND}
33 test? ( dev-ml/ounit )