mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-05 12:38:09 -07:00
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>
This commit is contained in:
@@ -20,6 +20,7 @@ RDEPEND="
|
||||
dev-ml/extlib:=
|
||||
dev-libs/glib:2
|
||||
dev-ml/camlp4:=
|
||||
dev-ml/cppo:=
|
||||
"
|
||||
DEPEND="${RDEPEND}
|
||||
test? ( dev-ml/ounit )
|
||||
Reference in New Issue
Block a user