commit:     06ac090ba0aed3a1a3fd5ab20721820513bf9e80
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 19 21:16:03 2019 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Mon Oct 21 19:40:46 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06ac090b

dev-libs/gobject-introspection: Add missing test dep

Closes: https://bugs.gentoo.org/693408
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 dev-libs/gobject-introspection/gobject-introspection-1.60.2.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

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 4b9721af843..ecde3bca4d5 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] )"

Reply via email to