diff options
author | Matt Turner <mattst88@gentoo.org> | 2022-12-04 12:08:26 -0500 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2022-12-04 12:15:35 -0500 |
commit | d89b10f9fb1b3bd8cc888323e877c5d381df4d47 (patch) | |
tree | d0be05dd35f37a226cba73654f96177eed7a5dbb /app-text/libgepub | |
parent | games-fps/quakeforge: unset YACC and let configure handle it (diff) | |
download | gentoo-d89b10f9fb1b3bd8cc888323e877c5d381df4d47.tar.gz gentoo-d89b10f9fb1b3bd8cc888323e877c5d381df4d47.tar.bz2 gentoo-d89b10f9fb1b3bd8cc888323e877c5d381df4d47.zip |
app-text/libgepub: Depend on webkit-gtk[introspection?]
Closes: https://bugs.gentoo.org/861086
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'app-text/libgepub')
-rw-r--r-- | app-text/libgepub/libgepub-0.6.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-text/libgepub/libgepub-0.6.0.ebuild b/app-text/libgepub/libgepub-0.6.0.ebuild index 3dc7a2b3c588..210032d1cffe 100644 --- a/app-text/libgepub/libgepub-0.6.0.ebuild +++ b/app-text/libgepub/libgepub-0.6.0.ebuild @@ -18,7 +18,7 @@ RDEPEND=" dev-libs/glib:2 dev-libs/libxml2 net-libs/libsoup:2.4 - net-libs/webkit-gtk:4 + net-libs/webkit-gtk:4[introspection?] x11-libs/gtk+:3 introspection? ( >=dev-libs/gobject-introspection-1.30:= ) " |