diff options
author | Matt Turner <mattst88@gentoo.org> | 2019-10-19 14:16:03 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2019-10-21 12:40:46 -0700 |
commit | 06ac090ba0aed3a1a3fd5ab20721820513bf9e80 (patch) | |
tree | d17ed4904884376eff7c9b0f8d97a71b87b67759 /dev-libs/gobject-introspection | |
parent | dev-util/gtk-doc: Add missing test dependency (diff) | |
download | gentoo-06ac090ba0aed3a1a3fd5ab20721820513bf9e80.tar.gz gentoo-06ac090ba0aed3a1a3fd5ab20721820513bf9e80.tar.bz2 gentoo-06ac090ba0aed3a1a3fd5ab20721820513bf9e80.zip |
dev-libs/gobject-introspection: Add missing test dep
Closes: https://bugs.gentoo.org/693408
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'dev-libs/gobject-introspection')
-rw-r--r-- | dev-libs/gobject-introspection/gobject-introspection-1.60.2.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
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] )" |