From: Matt Turner Date: Sat, 19 Oct 2019 21:16:03 +0000 (-0700) Subject: dev-libs/gobject-introspection: Add missing test dep X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=06ac090ba0aed3a1a3fd5ab20721820513bf9e80;p=gentoo.git dev-libs/gobject-introspection: Add missing test dep Closes: https://bugs.gentoo.org/693408 Signed-off-by: Matt Turner --- diff --git a/dev-libs/gobject-introspection/gobject-introspection-1.60.2.ebuild b/dev-libs/gobject-introspection/gobject-introspection-1.60.2.ebuild index 4b9721af843e..ecde3bca4d51 100644 --- a/dev-libs/gobject-introspection/gobject-introspection-1.60.2.ebuild +++ b/dev-libs/gobject-introspection/gobject-introspection-1.60.2.ebuild @@ -35,7 +35,9 @@ DEPEND="${RDEPEND} >=dev-util/gtk-doc-am-1.19 sys-devel/bison sys-devel/flex - test? ( x11-libs/cairo[glib] ) + test? ( + x11-libs/cairo[glib] + dev-python/markdown[${PYTHON_USEDEP}] ) " # autoreconf needs autoconf-archive # PDEPEND to avoid circular dependencies, bug #391213; but needed for tests, thus test DEPEND as well PDEPEND="cairo? ( x11-libs/cairo[glib] )"